Html Css Color HEX #08506F Dark Cerulean

📋 copy color: '#08506F'

red 8 ◦ green 80 ◦ blue 111

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

Shades of Dark Cerulean #08506F

Tints of Dark Cerulean #08506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 111 (43.75% from 255) = 55.78%

R = 4.02%
G = 40.2%
B = 55.78%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#08506F (or 0x08506F) is known color: Dark Cerulean. HEX triplet: 08, 50 and 6F. RGB value is (8,80,111). Sum of RGB (Red+Green+Blue) = 8+80+111=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #08506F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08506F is #F7AF90. Grayscale: #3D3D3D. Windows color (decimal): -16232337 or 7294984. OLE color: 7294984.

HSL color Cylindrical-coordinate representation of color #08506F: hue angle of 198.06º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08506F is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 80 111 -
CMYK 0.93 0.28 0 0.56
HSL 198.06º 0.87% 0.23% -
HSV(B) 198.06º 0.93% 0.44% -
XYZ 5.84 6.94 16.07 -
YUV 62.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 8 80 111 0.93 0.28 0 0.56 198.06 0.87 0.23
Hex 8 50 6F 5D 1C 0 38 C6 57 17
Octal 10 120 157 135 34 0 70 306 127 27
Binary 1000 1010000 1101111 1011101 11100 0 111000 11000110 1010111 10111

Color Harmonies of #08506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08506F

Black with #08506F

Text Example


Text Example

White with #08506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,80,111); }

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

background-color css

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

 a { background-color: rgb(8,80,111); }

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

border-color css

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

 span { border-color: rgb(8,80,111); }

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