#084184

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

Shades of Dark Cerulean #084184

Tints of Dark Cerulean #084184

Color information

#084184 (or 0x084184) is unknown color: approx Dark Cerulean. HEX triplet: 08, 41 and 84. RGB value is (8,65,132). Sum of RGB (Red+Green+Blue) = 8+65+132=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #084184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084184 is #F7BE7B. Grayscale: #373737. Windows color (decimal): -16236156 or 8667400. OLE color: 8667400.

HSL color Cylindrical-coordinate representation of color #084184: hue angle of 212.42º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084184 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB865132-
CMYK0.940.5100.48
HSL212.42º88.57%27.45%-
HSV(B)212.42º93.94%51.76%-
XYZ6.165.522.57-
YUV55.6171.1294.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 132 (51.95% from 255) = 64.39%
R=3.90%
G=31.71%
B=64.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8651320.940.5100.48212.4288.5727.45
Hex841845E33030d4591b
Octal101012041366306032413133
Binary10001000001100001001011110110011011000011010100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084184; }

 p { color: rgb(8,65,132); }

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

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

 a { background-color: rgb(8,65,132); }

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

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

 span { border-color: rgb(8,65,132); }

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