Html Css Color HEX #0C799C Cerulean

📋 copy color: '#0C799C'

red 12 ◦ green 121 ◦ blue 156

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

Shades of Cerulean #0C799C

Tints of Cerulean #0C799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.98%

R = 4.15%
G = 41.87%
B = 53.98%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C799C (or 0x0C799C) is known color: Cerulean. HEX triplet: 0C, 79 and 9C. RGB value is (12,121,156). Sum of RGB (Red+Green+Blue) = 12+121+156=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C799C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C799C is #F38663. Grayscale: #5C5C5C. Windows color (decimal): -15959652 or 10254604. OLE color: 10254604.

HSL color Cylindrical-coordinate representation of color #0C799C: hue angle of 194.58º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C799C is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 121 156 -
CMYK 0.92 0.22 0 0.39
HSL 194.58º 0.86% 0.33% -
HSV(B) 194.58º 0.92% 0.61% -
XYZ 12.99 16.15 33.89 -
YUV 92.4 163.89 70.65 -
System Red Green Blue C M Y K H S L
Decimal 12 121 156 0.92 0.22 0 0.39 194.58 0.86 0.33
Hex C 79 9C 5C 16 0 27 C3 56 21
Octal 14 171 234 134 26 0 47 303 126 41
Binary 1100 1111001 10011100 1011100 10110 0 100111 11000011 1010110 100001

Color Harmonies of #0C799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C799C

Black with #0C799C

Text Example


Text Example

White with #0C799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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