Html Css Color HEX #0C79B1 Cerulean

📋 copy color: '#0C79B1'

red 12 ◦ green 121 ◦ blue 177

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

Shades of Cerulean #0C79B1

Tints of Cerulean #0C79B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 57.1%

R = 3.87%
G = 39.03%
B = 57.1%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0C79B1 (or 0x0C79B1) is known color: Cerulean. HEX triplet: 0C, 79 and B1. RGB value is (12,121,177). Sum of RGB (Red+Green+Blue) = 12+121+177=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #0C79B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C79B1 is #F3864E. Grayscale: #5E5E5E. Windows color (decimal): -15959631 or 11630860. OLE color: 11630860.

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

Color convert

RGB 12 121 177 -
CMYK 0.93 0.32 0 0.31
HSL 200.36º 0.87% 0.37% -
HSV(B) 200.36º 0.93% 0.69% -
XYZ 14.92 16.93 44.08 -
YUV 94.79 174.39 68.95 -
System Red Green Blue C M Y K H S L
Decimal 12 121 177 0.93 0.32 0 0.31 200.36 0.87 0.37
Hex C 79 B1 5D 20 0 1F C8 57 25
Octal 14 171 261 135 40 0 37 310 127 45
Binary 1100 1111001 10110001 1011101 100000 0 11111 11001000 1010111 100101

Color Harmonies of #0C79B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C79B1

Black with #0C79B1

Text Example


Text Example

White with #0C79B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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