Html Css Color HEX #0C79AE Cerulean

📋 copy color: '#0C79AE'

red 12 ◦ green 121 ◦ blue 174

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

Shades of Cerulean #0C79AE

Tints of Cerulean #0C79AE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

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

R = 3.91%
G = 39.41%
B = 56.68%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C79AE (or 0x0C79AE) is known color: Cerulean. HEX triplet: 0C, 79 and AE. RGB value is (12,121,174). Sum of RGB (Red+Green+Blue) = 12+121+174=307 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.91% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C79AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C79AE is #F38651. Grayscale: #5E5E5E. Windows color (decimal): -15959634 or 11434252. OLE color: 11434252.

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

Color convert

RGB 12 121 174 -
CMYK 0.93 0.30 0 0.32
HSL 199.63º 0.87% 0.36% -
HSV(B) 199.63º 0.93% 0.68% -
XYZ 14.63 16.81 42.52 -
YUV 94.45 172.89 69.19 -
System Red Green Blue C M Y K H S L
Decimal 12 121 174 0.93 0.30 0 0.32 199.63 0.87 0.36
Hex C 79 AE 5D 1E 0 20 C8 57 24
Octal 14 171 256 135 36 0 40 310 127 44
Binary 1100 1111001 10101110 1011101 11110 0 100000 11001000 1010111 100100

Color Harmonies of #0C79AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C79AE

Black with #0C79AE

Text Example


Text Example

White with #0C79AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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