Html Css Color HEX #0C77AE Cerulean

📋 copy color: '#0C77AE'

red 12 ◦ green 119 ◦ blue 174

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

Shades of Cerulean #0C77AE

Tints of Cerulean #0C77AE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.02%

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

R = 3.93%
G = 39.02%
B = 57.05%

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

#0C77AE (or 0x0C77AE) is known color: Cerulean. HEX triplet: 0C, 77 and AE. RGB value is (12,119,174). Sum of RGB (Red+Green+Blue) = 12+119+174=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C77AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C77AE is #F38851. Grayscale: #5C5C5C. Windows color (decimal): -15960146 or 11433740. OLE color: 11433740.

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

Color convert

RGB 12 119 174 -
CMYK 0.93 0.32 0 0.32
HSL 200.37º 0.87% 0.36% -
HSV(B) 200.37º 0.93% 0.68% -
XYZ 14.39 16.33 42.44 -
YUV 93.28 173.55 70.03 -
System Red Green Blue C M Y K H S L
Decimal 12 119 174 0.93 0.32 0 0.32 200.37 0.87 0.36
Hex C 77 AE 5D 20 0 20 C8 57 24
Octal 14 167 256 135 40 0 40 310 127 44
Binary 1100 1110111 10101110 1011101 100000 0 100000 11001000 1010111 100100

Color Harmonies of #0C77AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C77AE

Black with #0C77AE

Text Example


Text Example

White with #0C77AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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