Html Css Color HEX #00779F Cerulean

📋 copy color: '#00779F'

red 0 ◦ green 119 ◦ blue 159

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

Shades of Cerulean #00779F

Tints of Cerulean #00779F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 159 (62.5% from 255) = 57.19%

R = 0%
G = 42.81%
B = 57.19%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00779F (or 0x00779F) is known color: Cerulean. HEX triplet: 00, 77 and 9F. RGB value is (0,119,159). Sum of RGB (Red+Green+Blue) = 0+119+159=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #00779F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00779F is #FF8860. Grayscale: #575757. Windows color (decimal): -16746593 or 10450688. OLE color: 10450688.

HSL color Cylindrical-coordinate representation of color #00779F: hue angle of 195.09º 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 #00779F is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 119 159 -
CMYK 1 0.25 0 0.38
HSL 195.09º 1% 0.31% -
HSV(B) 195.09º 1% 0.62% -
XYZ 12.85 15.7 35.15 -
YUV 87.98 168.08 65.25 -
System Red Green Blue C M Y K H S L
Decimal 0 119 159 1 0.25 0 0.38 195.09 1 0.31
Hex 0 77 9F 64 19 0 26 C3 64 1F
Octal 0 167 237 144 31 0 46 303 144 37
Binary 0 1110111 10011111 1100100 11001 0 100110 11000011 1100100 11111

Color Harmonies of #00779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00779F

Black with #00779F

Text Example


Text Example

White with #00779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00779F;
 }
 .AnyTagClassName
 {
   color: #00779F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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