#084675

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

Shades of Dark Cerulean #084675

Tints of Dark Cerulean #084675

Color information

#084675 (or 0x084675) is unknown color: approx Dark Cerulean. HEX triplet: 08, 46 and 75. RGB value is (8,70,117). Sum of RGB (Red+Green+Blue) = 8+70+117=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #084675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084675 is #F7B98A. Grayscale: #383838. Windows color (decimal): -16234891 or 7685640. OLE color: 7685640.

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

Color convert

RGB870117-
CMYK0.930.4000.54
HSL205.87º87.2%24.51%-
HSV(B)205.87º93.16%45.88%-
XYZ5.55.7217.64-
YUV56.82161.9693.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 117 (46.09% from 255) = 60%
R=4.10%
G=35.90%
B=60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8701170.930.4000.54205.8787.224.51
Hex846755D28036ce5719
Octal101061651355006631612731
Binary1000100011011101011011101101000011011011001110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084675; }

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

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

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

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

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

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

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

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