Html Css Color HEX #0C76AD Cerulean

📋 copy color: '#0C76AD'

red 12 ◦ green 118 ◦ blue 173

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

Shades of Cerulean #0C76AD

Tints of Cerulean #0C76AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.1%

R = 3.96%
G = 38.94%
B = 57.1%

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

#0C76AD (or 0x0C76AD) is known color: Cerulean. HEX triplet: 0C, 76 and AD. RGB value is (12,118,173). Sum of RGB (Red+Green+Blue) = 12+118+173=303 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.96% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C76AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C76AD is #F38952. Grayscale: #5C5C5C. Windows color (decimal): -15960403 or 11367948. OLE color: 11367948.

HSL color Cylindrical-coordinate representation of color #0C76AD: hue angle of 200.5º 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 #0C76AD is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 118 173 -
CMYK 0.93 0.32 0 0.32
HSL 200.5º 0.87% 0.36% -
HSV(B) 200.5º 0.93% 0.68% -
XYZ 14.17 16.05 41.89 -
YUV 92.58 173.38 70.53 -
System Red Green Blue C M Y K H S L
Decimal 12 118 173 0.93 0.32 0 0.32 200.5 0.87 0.36
Hex C 76 AD 5D 20 0 20 C8 57 24
Octal 14 166 255 135 40 0 40 310 127 44
Binary 1100 1110110 10101101 1011101 100000 0 100000 11001000 1010111 100100

Color Harmonies of #0C76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C76AD

Black with #0C76AD

Text Example


Text Example

White with #0C76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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