Html Css Color HEX #085581 Dark Cerulean

📋 copy color: '#085581'

red 8 ◦ green 85 ◦ blue 129

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

Shades of Dark Cerulean #085581

Tints of Dark Cerulean #085581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.29%

 BLUE value IS 129 (50.78% from 255) = 58.11%

R = 3.6%
G = 38.29%
B = 58.11%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#085581 (or 0x085581) is known color: Dark Cerulean. HEX triplet: 08, 55 and 81. RGB value is (8,85,129). Sum of RGB (Red+Green+Blue) = 8+85+129=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #085581 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085581 is #F7AA7E. Grayscale: #424242. Windows color (decimal): -16231039 or 8475912. OLE color: 8475912.

HSL color Cylindrical-coordinate representation of color #085581: hue angle of 201.82º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085581 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 85 129 -
CMYK 0.94 0.34 0 0.49
HSL 201.82º 0.88% 0.27% -
HSV(B) 201.82º 0.94% 0.51% -
XYZ 7.31 8.13 21.95 -
YUV 66.99 162.99 85.92 -
System Red Green Blue C M Y K H S L
Decimal 8 85 129 0.94 0.34 0 0.49 201.82 0.88 0.27
Hex 8 55 81 5E 22 0 31 CA 58 1B
Octal 10 125 201 136 42 0 61 312 130 33
Binary 1000 1010101 10000001 1011110 100010 0 110001 11001010 1011000 11011

Color Harmonies of #085581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085581

Black with #085581

Text Example


Text Example

White with #085581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085581; }

 p { color: rgb(8,85,129); }

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

background-color css

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

 a { background-color: rgb(8,85,129); }

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

border-color css

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

 span { border-color: rgb(8,85,129); }

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