Html Css Color HEX #0C71AA Cerulean

📋 copy color: '#0C71AA'

red 12 ◦ green 113 ◦ blue 170

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

Shades of Cerulean #0C71AA

Tints of Cerulean #0C71AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.31%

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 4.07%
G = 38.31%
B = 57.63%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C71AA (or 0x0C71AA) is known color: Cerulean. HEX triplet: 0C, 71 and AA. RGB value is (12,113,170). Sum of RGB (Red+Green+Blue) = 12+113+170=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C71AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C71AA is #F38E55. Grayscale: #585858. Windows color (decimal): -15961686 or 11170060. OLE color: 11170060.

HSL color Cylindrical-coordinate representation of color #0C71AA: hue angle of 201.65º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C71AA is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 113 170 -
CMYK 0.93 0.34 0 0.33
HSL 201.65º 0.87% 0.36% -
HSV(B) 201.65º 0.93% 0.67% -
XYZ 13.31 14.79 40.18 -
YUV 89.3 173.54 72.87 -
System Red Green Blue C M Y K H S L
Decimal 12 113 170 0.93 0.34 0 0.33 201.65 0.87 0.36
Hex C 71 AA 5D 22 0 21 CA 57 24
Octal 14 161 252 135 42 0 41 312 127 44
Binary 1100 1110001 10101010 1011101 100010 0 100001 11001010 1010111 100100

Color Harmonies of #0C71AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C71AA

Black with #0C71AA

Text Example


Text Example

White with #0C71AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,170); }

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

background-color css

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

 a { background-color: rgb(12,113,170); }

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

border-color css

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

 span { border-color: rgb(12,113,170); }

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