Html Css Color HEX #085475 Dark Cerulean

📋 copy color: '#085475'

red 8 ◦ green 84 ◦ blue 117

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

Shades of Dark Cerulean #085475

Tints of Dark Cerulean #085475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.98%

R = 3.83%
G = 40.19%
B = 55.98%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#085475 (or 0x085475) is known color: Dark Cerulean. HEX triplet: 08, 54 and 75. RGB value is (8,84,117). Sum of RGB (Red+Green+Blue) = 8+84+117=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #085475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085475 is #F7AB8A. Grayscale: #404040. Windows color (decimal): -16231307 or 7689224. OLE color: 7689224.

HSL color Cylindrical-coordinate representation of color #085475: hue angle of 198.17º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085475 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 84 117 -
CMYK 0.93 0.28 0 0.54
HSL 198.17º 0.87% 0.25% -
HSV(B) 198.17º 0.93% 0.46% -
XYZ 6.48 7.68 17.97 -
YUV 65.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 8 84 117 0.93 0.28 0 0.54 198.17 0.87 0.25
Hex 8 54 75 5D 1C 0 36 C6 57 19
Octal 10 124 165 135 34 0 66 306 127 31
Binary 1000 1010100 1110101 1011101 11100 0 110110 11000110 1010111 11001

Color Harmonies of #085475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085475

Black with #085475

Text Example


Text Example

White with #085475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085475; }

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

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

background-color css

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

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

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

border-color css

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

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

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