#084775

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

Shades of Dark Cerulean #084775

Tints of Dark Cerulean #084775

Color information

#084775 (or 0x084775) is unknown color: approx Dark Cerulean. HEX triplet: 08, 47 and 75. RGB value is (8,71,117). Sum of RGB (Red+Green+Blue) = 8+71+117=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #084775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084775 is #F7B88A. Grayscale: #393939. Windows color (decimal): -16234635 or 7685896. OLE color: 7685896.

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

Color convert

RGB871117-
CMYK0.930.3900.54
HSL205.32º87.2%24.51%-
HSV(B)205.32º93.16%45.88%-
XYZ5.565.8417.66-
YUV57.41161.6392.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=4.08%
G=36.22%
B=59.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8711170.930.3900.54205.3287.224.51
Hex847755D27036cd5719
Octal101071651354706631512731
Binary1000100011111101011011101100111011011011001101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084775; }

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

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

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

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

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

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

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

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