#0C7599

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

Shades of Cerulean #0C7599

Tints of Cerulean #0C7599

Color information

#0C7599 (or 0x0C7599) is unknown color: approx Cerulean. HEX triplet: 0C, 75 and 99. RGB value is (12,117,153). Sum of RGB (Red+Green+Blue) = 12+117+153=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C7599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7599 is #F38A66. Grayscale: #595959. Windows color (decimal): -15960679 or 10056972. OLE color: 10056972.

HSL color Cylindrical-coordinate representation of color #0C7599: hue angle of 195.32º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7599 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12117153-
CMYK0.920.2400.4
HSL195.32º85.45%32.35%-
HSV(B)195.32º92.16%60%-
XYZ12.2615.132.41-
YUV89.71163.7172.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.26%
GREEN value IS 117 (46.09% from 255) = 41.49%
BLUE value IS 153 (60.16% from 255) = 54.26%
R=4.26%
G=41.49%
B=54.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121171530.920.2400.4195.3285.4532.35
HexC75995C18028c35520
Octal141652311343005030312540
Binary11001110101100110011011100110000101000110000111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,117,153); }

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

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

 a { background-color: rgb(12,117,153); }

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

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

 span { border-color: rgb(12,117,153); }

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