Html Css Color HEX #085584 Dark Cerulean

📋 copy color: '#085584'

red 8 ◦ green 85 ◦ blue 132

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

Shades of Dark Cerulean #085584

Tints of Dark Cerulean #085584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 58.67%

R = 3.56%
G = 37.78%
B = 58.67%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#085584 (or 0x085584) is known color: Dark Cerulean. HEX triplet: 08, 55 and 84. RGB value is (8,85,132). Sum of RGB (Red+Green+Blue) = 8+85+132=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #085584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085584 is #F7AA7B. Grayscale: #434343. Windows color (decimal): -16231036 or 8672520. OLE color: 8672520.

HSL color Cylindrical-coordinate representation of color #085584: hue angle of 202.74º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085584 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 85 132 -
CMYK 0.94 0.36 0 0.48
HSL 202.74º 0.89% 0.27% -
HSV(B) 202.74º 0.94% 0.52% -
XYZ 7.51 8.21 23.02 -
YUV 67.34 164.49 85.68 -
System Red Green Blue C M Y K H S L
Decimal 8 85 132 0.94 0.36 0 0.48 202.74 0.89 0.27
Hex 8 55 84 5E 24 0 30 CB 59 1B
Octal 10 125 204 136 44 0 60 313 131 33
Binary 1000 1010101 10000100 1011110 100100 0 110000 11001011 1011001 11011

Color Harmonies of #085584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085584

Black with #085584

Text Example


Text Example

White with #085584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085584; }

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

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

background-color css

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

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

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

border-color css

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

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

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