#00779C

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

Shades of Cerulean #00779C

Tints of Cerulean #00779C

Color information

#00779C (or 0x00779C) is unknown color: approx Cerulean. HEX triplet: 00, 77 and 9C. RGB value is (0,119,156). Sum of RGB (Red+Green+Blue) = 0+119+156=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #00779C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00779C is #FF8863. Grayscale: #575757. Windows color (decimal): -16746596 or 10254080. OLE color: 10254080.

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

Color convert

RGB0119156-
CMYK10.2400.39
HSL194.23º100%30.59%-
HSV(B)194.23º100%61.18%-
XYZ12.615.5933.8-
YUV87.64166.5865.49-

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) = 43.27%
BLUE value IS 156 (61.33% from 255) = 56.73%
R=0%
G=43.27%
B=56.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal011915610.2400.39194.2310030.59
Hex0779C6418027c2641f
Octal01672341443004730214437
Binary0111011110011100110010011000010011111000010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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