#0C19C9

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

Shades of Medium Blue #0C19C9

Tints of Medium Blue #0C19C9

Color information

#0C19C9 (or 0x0C19C9) is unknown color: approx Medium Blue. HEX triplet: 0C, 19 and C9. RGB value is (12,25,201). Sum of RGB (Red+Green+Blue) = 12+25+201=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 201 (78.91% from 255 or 84.45% from 238); Max value from RGB is 201 - color contains mainly: blue. Hex color #0C19C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C19C9 is #F3E636. Grayscale: #282828. Windows color (decimal): -15984183 or 13179148. OLE color: 13179148.

HSL color Cylindrical-coordinate representation of color #0C19C9: hue angle of 235.87º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C19C9 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1225201-
CMYK0.940.8800.21
HSL235.87º88.73%41.76%-
HSV(B)235.87º94.03%78.82%-
XYZ11.044.9955.64-
YUV41.18218.19107.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.04%
GREEN value IS 25 (10.16% from 255) = 10.50%
BLUE value IS 201 (78.91% from 255) = 84.45%
R=5.04%
G=10.50%
B=84.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12252010.940.8800.21235.8788.7341.76
HexC19C95E58015ec592a
Octal143131113613002535413152
Binary1100110011100100110111101011000010101111011001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C19C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,25,201); }

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

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

 a { background-color: rgb(12,25,201); }

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

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

 span { border-color: rgb(12,25,201); }

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