#085375

Color #085375 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #085375

Tints of Dark Cerulean #085375

Color information

#085375 (or 0x085375) is unknown color: approx Dark Cerulean. HEX triplet: 08, 53 and 75. RGB value is (8,83,117). Sum of RGB (Red+Green+Blue) = 8+83+117=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #085375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085375 is #F7AC8A. Grayscale: #404040. Windows color (decimal): -16231563 or 7688968. OLE color: 7688968.

HSL color Cylindrical-coordinate representation of color #085375: hue angle of 198.72º 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 #085375 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB883117-
CMYK0.930.2900.54
HSL198.72º87.2%24.51%-
HSV(B)198.72º93.16%45.88%-
XYZ6.47.5217.94-
YUV64.45157.6587.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.85%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=3.85%
G=39.90%
B=56.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8831170.930.2900.54198.7287.224.51
Hex853755D1D036c75719
Octal101231651353506630712731
Binary100010100111110101101110111101011011011000111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085375; }

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

 H1.HeaderClassName
 {
   color: #085375;
 }
 .AnyTagClassName
 {
   color: #085375;
 }
</style>
background-color css

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

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

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

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

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

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