Html Css Color HEX #08799B Cerulean

📋 copy color: '#08799B'

red 8 ◦ green 121 ◦ blue 155

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

Shades of Cerulean #08799B

Tints of Cerulean #08799B

RGB

 RED value IS 8 (3.52% from 255) = 2.82%

 GREEN value IS 121 (47.66% from 255) = 42.61%

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

R = 2.82%
G = 42.61%
B = 54.58%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08799B (or 0x08799B) is known color: Cerulean. HEX triplet: 08, 79 and 9B. RGB value is (8,121,155). Sum of RGB (Red+Green+Blue) = 8+121+155=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #08799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08799B is #F78664. Grayscale: #5A5A5A. Windows color (decimal): -16221797 or 10189064. OLE color: 10189064.

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

Color convert

RGB 8 121 155 -
CMYK 0.95 0.22 0 0.39
HSL 193.88º 0.9% 0.32% -
HSV(B) 193.88º 0.95% 0.61% -
XYZ 12.85 16.09 33.44 -
YUV 91.09 164.06 68.74 -
System Red Green Blue C M Y K H S L
Decimal 8 121 155 0.95 0.22 0 0.39 193.88 0.9 0.32
Hex 8 79 9B 5F 16 0 27 C2 5A 20
Octal 10 171 233 137 26 0 47 302 132 40
Binary 1000 1111001 10011011 1011111 10110 0 100111 11000010 1011010 100000

Color Harmonies of #08799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08799B

Black with #08799B

Text Example


Text Example

White with #08799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08799B;
 }
 .AnyTagClassName
 {
   color: #08799B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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