Html Css Color HEX #0C7291 Cerulean

📋 copy color: '#0C7291'

red 12 ◦ green 114 ◦ blue 145

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

Shades of Cerulean #0C7291

Tints of Cerulean #0C7291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.07%

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

R = 4.43%
G = 42.07%
B = 53.51%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0C7291 (or 0x0C7291) is known color: Cerulean. HEX triplet: 0C, 72 and 91. RGB value is (12,114,145). Sum of RGB (Red+Green+Blue) = 12+114+145=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C7291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7291 is #F38D6E. Grayscale: #565656. Windows color (decimal): -15961455 or 9531916. OLE color: 9531916.

HSL color Cylindrical-coordinate representation of color #0C7291: hue angle of 193.98º 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 #0C7291 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 114 145 -
CMYK 0.92 0.21 0 0.43
HSL 193.99º 0.85% 0.31% -
HSV(B) 193.99º 0.92% 0.57% -
XYZ 11.28 14.16 28.93 -
YUV 87.04 160.71 74.48 -
System Red Green Blue C M Y K H S L
Decimal 12 114 145 0.92 0.21 0 0.43 193.99 0.85 0.31
Hex C 72 91 5C 15 0 2B C2 55 1F
Octal 14 162 221 134 25 0 53 302 125 37
Binary 1100 1110010 10010001 1011100 10101 0 101011 11000010 1010101 11111

Color Harmonies of #0C7291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7291

Black with #0C7291

Text Example


Text Example

White with #0C7291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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