#084B86

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

Shades of Dark Cerulean #084B86

Tints of Dark Cerulean #084B86

Color information

#084B86 (or 0x084B86) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4B and 86. RGB value is (8,75,134). Sum of RGB (Red+Green+Blue) = 8+75+134=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #084B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084B86 is #F7B479. Grayscale: #3D3D3D. Windows color (decimal): -16233594 or 8801032. OLE color: 8801032.

HSL color Cylindrical-coordinate representation of color #084B86: hue angle of 208.1º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084B86 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB875134-
CMYK0.940.4400.47
HSL208.1º88.73%27.84%-
HSV(B)208.1º94.03%52.55%-
XYZ6.926.8123.5-
YUV61.69168.889.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 134 (52.73% from 255) = 61.75%
R=3.69%
G=34.56%
B=61.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8751340.940.4400.47208.188.7327.84
Hex84B865E2C02Fd0591c
Octal101132061365405732013134
Binary10001001011100001101011110101100010111111010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084B86; }

 p { color: rgb(8,75,134); }

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

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

 a { background-color: rgb(8,75,134); }

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

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

 span { border-color: rgb(8,75,134); }

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