#00799B

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

Shades of Cerulean #00799B

Tints of Cerulean #00799B

Color information

#00799B (or 0x00799B) is unknown color: approx Cerulean. HEX triplet: 00, 79 and 9B. RGB value is (0,121,155). Sum of RGB (Red+Green+Blue) = 0+121+155=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #00799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00799B is #FF8664. Grayscale: #585858. Windows color (decimal): -16746085 or 10189056. OLE color: 10189056.

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

Color convert

RGB0121155-
CMYK10.2200.39
HSL193.16º100%30.39%-
HSV(B)193.16º100%60.78%-
XYZ12.7516.0433.43-
YUV88.7165.4164.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 121 (47.66% from 255) = 43.84%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=0%
G=43.84%
B=56.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal012115510.2200.39193.1610030.39
Hex0799B6416027c1641e
Octal01712331442604730114436
Binary0111100110011011110010010110010011111000001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00799B; }

 p { color: rgb(0,121,155); }

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

<style>
 a { background-color: #00799B; }

 a { background-color: rgb(0,121,155); }

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

<style>
 span { border-color: #00799B; }

 span { border-color: rgb(0,121,155); }

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