#084182

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

Shades of Dark Cerulean #084182

Tints of Dark Cerulean #084182

Color information

#084182 (or 0x084182) is unknown color: approx Dark Cerulean. HEX triplet: 08, 41 and 82. RGB value is (8,65,130). Sum of RGB (Red+Green+Blue) = 8+65+130=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #084182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084182 is #F7BE7D. Grayscale: #373737. Windows color (decimal): -16236158 or 8536328. OLE color: 8536328.

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

Color convert

RGB865130-
CMYK0.940.5000.49
HSL211.97º88.41%27.06%-
HSV(B)211.97º93.85%50.98%-
XYZ6.025.4421.85-
YUV55.37170.1294.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.94%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 130 (51.17% from 255) = 64.04%
R=3.94%
G=32.02%
B=64.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8651300.940.5000.49211.9788.4127.06
Hex841825E32031d4581b
Octal101012021366206132413033
Binary10001000001100000101011110110010011000111010100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084182; }

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

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

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

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

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

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

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

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