Html Css Color HEX #085593 Dark Cerulean

📋 copy color: '#085593'

red 8 ◦ green 85 ◦ blue 147

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

Shades of Dark Cerulean #085593

Tints of Dark Cerulean #085593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61.25%

R = 3.33%
G = 35.42%
B = 61.25%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#085593 (or 0x085593) is known color: Dark Cerulean. HEX triplet: 08, 55 and 93. RGB value is (8,85,147). Sum of RGB (Red+Green+Blue) = 8+85+147=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #085593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085593 is #F7AA6C. Grayscale: #444444. Windows color (decimal): -16231021 or 9655560. OLE color: 9655560.

HSL color Cylindrical-coordinate representation of color #085593: hue angle of 206.76º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085593 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 85 147 -
CMYK 0.95 0.42 0 0.42
HSL 206.76º 0.9% 0.3% -
HSV(B) 206.76º 0.95% 0.58% -
XYZ 8.62 8.66 28.82 -
YUV 69.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 8 85 147 0.95 0.42 0 0.42 206.76 0.9 0.3
Hex 8 55 93 5F 2A 0 2A CF 5A 1E
Octal 10 125 223 137 52 0 52 317 132 36
Binary 1000 1010101 10010011 1011111 101010 0 101010 11001111 1011010 11110

Color Harmonies of #085593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085593

Black with #085593

Text Example


Text Example

White with #085593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085593; }

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

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

background-color css

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

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

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

border-color css

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

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

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