Html Css Color HEX #085485 Dark Cerulean

📋 copy color: '#085485'

red 8 ◦ green 84 ◦ blue 133

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

Shades of Dark Cerulean #085485

Tints of Dark Cerulean #085485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.33%

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 3.56%
G = 37.33%
B = 59.11%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#085485 (or 0x085485) is known color: Dark Cerulean. HEX triplet: 08, 54 and 85. RGB value is (8,84,133). Sum of RGB (Red+Green+Blue) = 8+84+133=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #085485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085485 is #F7AB7A. Grayscale: #424242. Windows color (decimal): -16231291 or 8737800. OLE color: 8737800.

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

Color convert

RGB 8 84 133 -
CMYK 0.94 0.37 0 0.48
HSL 203.52º 0.89% 0.28% -
HSV(B) 203.52º 0.94% 0.52% -
XYZ 7.5 8.09 23.36 -
YUV 66.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 8 84 133 0.94 0.37 0 0.48 203.52 0.89 0.28
Hex 8 54 85 5E 25 0 30 CC 59 1C
Octal 10 124 205 136 45 0 60 314 131 34
Binary 1000 1010100 10000101 1011110 100101 0 110000 11001100 1011001 11100

Color Harmonies of #085485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085485

Black with #085485

Text Example


Text Example

White with #085485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085485; }

 p { color: rgb(8,84,133); }

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

background-color css

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

 a { background-color: rgb(8,84,133); }

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

border-color css

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

 span { border-color: rgb(8,84,133); }

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