Html Css Color HEX #08799D Cerulean

📋 copy color: '#08799D'

red 8 ◦ green 121 ◦ blue 157

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

Shades of Cerulean #08799D

Tints of Cerulean #08799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.9%

R = 2.8%
G = 42.31%
B = 54.9%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08799D (or 0x08799D) is known color: Cerulean. HEX triplet: 08, 79 and 9D. RGB value is (8,121,157). Sum of RGB (Red+Green+Blue) = 8+121+157=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #08799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08799D is #F78662. Grayscale: #5B5B5B. Windows color (decimal): -16221795 or 10320136. OLE color: 10320136.

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

Color convert

RGB 8 121 157 -
CMYK 0.95 0.23 0 0.38
HSL 194.5º 0.9% 0.32% -
HSV(B) 194.5º 0.95% 0.62% -
XYZ 13.02 16.16 34.33 -
YUV 91.32 165.06 68.57 -
System Red Green Blue C M Y K H S L
Decimal 8 121 157 0.95 0.23 0 0.38 194.5 0.9 0.32
Hex 8 79 9D 5F 17 0 26 C2 5A 20
Octal 10 171 235 137 27 0 46 302 132 40
Binary 1000 1111001 10011101 1011111 10111 0 100110 11000010 1011010 100000

Color Harmonies of #08799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08799D

Black with #08799D

Text Example


Text Example

White with #08799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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