#00779E

Color #00779E Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #00779E

Tints of Cerulean #00779E

Color information

#00779E (or 0x00779E) is unknown color: approx Cerulean. HEX triplet: 00, 77 and 9E. RGB value is (0,119,158). Sum of RGB (Red+Green+Blue) = 0+119+158=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #00779E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00779E is #FF8861. Grayscale: #575757. Windows color (decimal): -16746594 or 10385152. OLE color: 10385152.

HSL color Cylindrical-coordinate representation of color #00779E: hue angle of 194.81º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00779E is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB0119158-
CMYK10.2500.38
HSL194.81º100%30.98%-
HSV(B)194.81º100%61.96%-
XYZ12.7715.6634.7-
YUV87.86167.5865.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=0%
G=42.96%
B=57.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal011915810.2500.38194.8110030.98
Hex0779E6419026c3641f
Octal01672361443104630314437
Binary0111011110011110110010011001010011011000011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00779E; }

 p { color: rgb(0,119,158); }

 H1.HeaderClassName
 {
   color: #00779E;
 }
 .AnyTagClassName
 {
   color: #00779E;
 }
</style>
background-color css

<style>
 a { background-color: #00779E; }

 a { background-color: rgb(0,119,158); }

 div.DivClassName
 {
   background-color: #00779E;
 }
 .BgClassName
 {
   background-color: #00779E;
 }
</style>
border-color css

<style>
 span { border-color: #00779E; }

 span { border-color: rgb(0,119,158); }

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