Html Css Color HEX #0C76B3 Cerulean

📋 copy color: '#0C76B3'

red 12 ◦ green 118 ◦ blue 179

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

Shades of Cerulean #0C76B3

Tints of Cerulean #0C76B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 57.93%

R = 3.88%
G = 38.19%
B = 57.93%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0C76B3 (or 0x0C76B3) is known color: Cerulean. HEX triplet: 0C, 76 and B3. RGB value is (12,118,179). Sum of RGB (Red+Green+Blue) = 12+118+179=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 179 (70.31% from 255 or 57.93% from 309); Max value from RGB is 179 - color contains mainly: blue. Hex color #0C76B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C76B3 is #F3894C. Grayscale: #5C5C5C. Windows color (decimal): -15960397 or 11761164. OLE color: 11761164.

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

Color convert

RGB 12 118 179 -
CMYK 0.93 0.34 0 0.30
HSL 201.92º 0.87% 0.37% -
HSV(B) 201.92º 0.93% 0.7% -
XYZ 14.77 16.29 45.01 -
YUV 93.26 176.38 70.04 -
System Red Green Blue C M Y K H S L
Decimal 12 118 179 0.93 0.34 0 0.30 201.92 0.87 0.37
Hex C 76 B3 5D 22 0 1E CA 57 25
Octal 14 166 263 135 42 0 36 312 127 45
Binary 1100 1110110 10110011 1011101 100010 0 11110 11001010 1010111 100101

Color Harmonies of #0C76B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C76B3

Black with #0C76B3

Text Example


Text Example

White with #0C76B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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