#0C17CE

Color #0C17CE Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0C17CE

Tints of Medium Blue #0C17CE

Color information

#0C17CE (or 0x0C17CE) is unknown color: approx Medium Blue. HEX triplet: 0C, 17 and CE. RGB value is (12,23,206). Sum of RGB (Red+Green+Blue) = 12+23+206=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C17CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C17CE is #F3E831. Grayscale: #272727. Windows color (decimal): -15984690 or 13506316. OLE color: 13506316.

HSL color Cylindrical-coordinate representation of color #0C17CE: hue angle of 236.6º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C17CE is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1223206-
CMYK0.940.8900.19
HSL236.6º88.99%42.75%-
HSV(B)236.6º94.17%80.78%-
XYZ11.65.1558.77-
YUV40.57221.36107.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 4.98%
GREEN value IS 23 (9.38% from 255) = 9.54%
BLUE value IS 206 (80.86% from 255) = 85.48%
R=4.98%
G=9.54%
B=85.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12232060.940.8900.19236.688.9942.75
HexC17CE5E59013ed592b
Octal142731613613102335513153
Binary1100101111100111010111101011001010011111011011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C17CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C17CE; }

 p { color: rgb(12,23,206); }

 H1.HeaderClassName
 {
   color: #0C17CE;
 }
 .AnyTagClassName
 {
   color: #0C17CE;
 }
</style>
background-color css

<style>
 a { background-color: #0C17CE; }

 a { background-color: rgb(12,23,206); }

 div.DivClassName
 {
   background-color: #0C17CE;
 }
 .BgClassName
 {
   background-color: #0C17CE;
 }
</style>
border-color css

<style>
 span { border-color: #0C17CE; }

 span { border-color: rgb(12,23,206); }

 td.TdClassName
 {
   border-color: #0C17CE;
 }
 .TagClassName
 {
   border-color: #0C17CE;
 }
</style>