Html Css Color HEX #0C7591 Cerulean

📋 copy color: '#0C7591'

red 12 ◦ green 117 ◦ blue 145

#0C7591
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0C7591

Tints of Cerulean #0C7591

RGB

 RED value IS 12 (5.08% from 255) = 4.38%

 GREEN value IS 117 (46.09% from 255) = 42.7%

 BLUE value IS 145 (57.03% from 255) = 52.92%

R = 4.38%
G = 42.7%
B = 52.92%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0C7591 (or 0x0C7591) is known color: Cerulean. HEX triplet: 0C, 75 and 91. RGB value is (12,117,145). Sum of RGB (Red+Green+Blue) = 12+117+145=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C7591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7591 is #F38A6E. Grayscale: #585858. Windows color (decimal): -15960687 or 9532684. OLE color: 9532684.

HSL color Cylindrical-coordinate representation of color #0C7591: hue angle of 192.63º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7591 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 117 145 -
CMYK 0.92 0.19 0 0.43
HSL 192.63º 0.85% 0.31% -
HSV(B) 192.63º 0.92% 0.57% -
XYZ 11.62 14.85 29.04 -
YUV 88.8 159.71 73.22 -
System Red Green Blue C M Y K H S L
Decimal 12 117 145 0.92 0.19 0 0.43 192.63 0.85 0.31
Hex C 75 91 5C 13 0 2B C1 55 1F
Octal 14 165 221 134 23 0 53 301 125 37
Binary 1100 1110101 10010001 1011100 10011 0 101011 11000001 1010101 11111

Color Harmonies of #0C7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7591

Black with #0C7591

Text Example


Text Example

White with #0C7591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C7591;
 }
 .AnyTagClassName
 {
   color: #0C7591;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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