Html Css Color HEX #0C779B Cerulean

📋 copy color: '#0C779B'

red 12 ◦ green 119 ◦ blue 155

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

Shades of Cerulean #0C779B

Tints of Cerulean #0C779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 4.2%
G = 41.61%
B = 54.2%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C779B (or 0x0C779B) is known color: Cerulean. HEX triplet: 0C, 77 and 9B. RGB value is (12,119,155). Sum of RGB (Red+Green+Blue) = 12+119+155=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C779B is #F38864. Grayscale: #5A5A5A. Windows color (decimal): -15960165 or 10188556. OLE color: 10188556.

HSL color Cylindrical-coordinate representation of color #0C779B: hue angle of 195.1º 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 #0C779B is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 119 155 -
CMYK 0.92 0.23 0 0.39
HSL 195.1º 0.86% 0.33% -
HSV(B) 195.1º 0.92% 0.61% -
XYZ 12.66 15.64 33.36 -
YUV 91.11 164.05 71.57 -
System Red Green Blue C M Y K H S L
Decimal 12 119 155 0.92 0.23 0 0.39 195.1 0.86 0.33
Hex C 77 9B 5C 17 0 27 C3 56 21
Octal 14 167 233 134 27 0 47 303 126 41
Binary 1100 1110111 10011011 1011100 10111 0 100111 11000011 1010110 100001

Color Harmonies of #0C779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C779B

Black with #0C779B

Text Example


Text Example

White with #0C779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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