Html Css Color HEX #0C76AE Cerulean

📋 copy color: '#0C76AE'

red 12 ◦ green 118 ◦ blue 174

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

Shades of Cerulean #0C76AE

Tints of Cerulean #0C76AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

 BLUE value IS 174 (68.36% from 255) = 57.24%

R = 3.95%
G = 38.82%
B = 57.24%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C76AE (or 0x0C76AE) is known color: Cerulean. HEX triplet: 0C, 76 and AE. RGB value is (12,118,174). Sum of RGB (Red+Green+Blue) = 12+118+174=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C76AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C76AE is #F38951. Grayscale: #5C5C5C. Windows color (decimal): -15960402 or 11433484. OLE color: 11433484.

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

Color convert

RGB 12 118 174 -
CMYK 0.93 0.32 0 0.32
HSL 200.74º 0.87% 0.36% -
HSV(B) 200.74º 0.93% 0.68% -
XYZ 14.27 16.09 42.4 -
YUV 92.69 173.88 70.45 -
System Red Green Blue C M Y K H S L
Decimal 12 118 174 0.93 0.32 0 0.32 200.74 0.87 0.36
Hex C 76 AE 5D 20 0 20 C9 57 24
Octal 14 166 256 135 40 0 40 311 127 44
Binary 1100 1110110 10101110 1011101 100000 0 100000 11001001 1010111 100100

Color Harmonies of #0C76AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C76AE

Black with #0C76AE

Text Example


Text Example

White with #0C76AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,118,174); }

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

background-color css

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

 a { background-color: rgb(12,118,174); }

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

border-color css

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

 span { border-color: rgb(12,118,174); }

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