Html Css Color HEX #085D8A Dark Cerulean

📋 copy color: '#085D8A'

red 8 ◦ green 93 ◦ blue 138

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

Shades of Dark Cerulean #085D8A

Tints of Dark Cerulean #085D8A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.91%

 BLUE value IS 138 (54.3% from 255) = 57.74%

R = 3.35%
G = 38.91%
B = 57.74%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#085D8A (or 0x085D8A) is known color: Dark Cerulean. HEX triplet: 08, 5D and 8A. RGB value is (8,93,138). Sum of RGB (Red+Green+Blue) = 8+93+138=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #085D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085D8A is #F7A275. Grayscale: #484848. Windows color (decimal): -16228982 or 9067784. OLE color: 9067784.

HSL color Cylindrical-coordinate representation of color #085D8A: hue angle of 200.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085D8A is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 93 138 -
CMYK 0.94 0.33 0 0.46
HSL 200.77º 0.89% 0.29% -
HSV(B) 200.77º 0.94% 0.54% -
XYZ 8.6 9.72 25.47 -
YUV 72.72 164.84 81.84 -
System Red Green Blue C M Y K H S L
Decimal 8 93 138 0.94 0.33 0 0.46 200.77 0.89 0.29
Hex 8 5D 8A 5E 21 0 2E C9 59 1D
Octal 10 135 212 136 41 0 56 311 131 35
Binary 1000 1011101 10001010 1011110 100001 0 101110 11001001 1011001 11101

Color Harmonies of #085D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D8A

Black with #085D8A

Text Example


Text Example

White with #085D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085D8A; }

 p { color: rgb(8,93,138); }

 H1.HeaderClassName
 {
   color: #085D8A;
 }
 .AnyTagClassName
 {
   color: #085D8A;
 }
</style>

background-color css

<style>
 a { background-color: #085D8A; }

 a { background-color: rgb(8,93,138); }

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

border-color css

<style>
 span { border-color: #085D8A; }

 span { border-color: rgb(8,93,138); }

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