Html Css Color HEX #085881 Dark Cerulean

📋 copy color: '#085881'

red 8 ◦ green 88 ◦ blue 129

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

Shades of Dark Cerulean #085881

Tints of Dark Cerulean #085881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

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

R = 3.56%
G = 39.11%
B = 57.33%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#085881 (or 0x085881) is known color: Dark Cerulean. HEX triplet: 08, 58 and 81. RGB value is (8,88,129). Sum of RGB (Red+Green+Blue) = 8+88+129=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #085881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085881 is #F7A77E. Grayscale: #444444. Windows color (decimal): -16230271 or 8476680. OLE color: 8476680.

HSL color Cylindrical-coordinate representation of color #085881: hue angle of 200.33º 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 #085881 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 88 129 -
CMYK 0.94 0.32 0 0.49
HSL 200.33º 0.88% 0.27% -
HSV(B) 200.33º 0.94% 0.51% -
XYZ 7.55 8.62 22.03 -
YUV 68.75 162 84.67 -
System Red Green Blue C M Y K H S L
Decimal 8 88 129 0.94 0.32 0 0.49 200.33 0.88 0.27
Hex 8 58 81 5E 20 0 31 C8 58 1B
Octal 10 130 201 136 40 0 61 310 130 33
Binary 1000 1011000 10000001 1011110 100000 0 110001 11001000 1011000 11011

Color Harmonies of #085881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085881

Black with #085881

Text Example


Text Example

White with #085881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085881; }

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

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

background-color css

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

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

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

border-color css

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

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

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