Html Css Color HEX #08759B Cerulean

📋 copy color: '#08759B'

red 8 ◦ green 117 ◦ blue 155

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

Shades of Cerulean #08759B

Tints of Cerulean #08759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.79%

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

R = 2.86%
G = 41.79%
B = 55.36%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08759B (or 0x08759B) is known color: Cerulean. HEX triplet: 08, 75 and 9B. RGB value is (8,117,155). Sum of RGB (Red+Green+Blue) = 8+117+155=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #08759B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08759B is #F78A64. Grayscale: #585858. Windows color (decimal): -16222821 or 10188040. OLE color: 10188040.

HSL color Cylindrical-coordinate representation of color #08759B: hue angle of 195.51º 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 #08759B is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 117 155 -
CMYK 0.95 0.25 0 0.39
HSL 195.51º 0.9% 0.32% -
HSV(B) 195.51º 0.95% 0.61% -
XYZ 12.38 15.14 33.28 -
YUV 88.74 165.39 70.41 -
System Red Green Blue C M Y K H S L
Decimal 8 117 155 0.95 0.25 0 0.39 195.51 0.9 0.32
Hex 8 75 9B 5F 19 0 27 C4 5A 20
Octal 10 165 233 137 31 0 47 304 132 40
Binary 1000 1110101 10011011 1011111 11001 0 100111 11000100 1011010 100000

Color Harmonies of #08759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08759B

Black with #08759B

Text Example


Text Example

White with #08759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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