#084982

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

Shades of Dark Cerulean #084982

Tints of Dark Cerulean #084982

Color information

#084982 (or 0x084982) is unknown color: approx Dark Cerulean. HEX triplet: 08, 49 and 82. RGB value is (8,73,130). Sum of RGB (Red+Green+Blue) = 8+73+130=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #084982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084982 is #F7B67D. Grayscale: #3B3B3B. Windows color (decimal): -16234110 or 8538376. OLE color: 8538376.

HSL color Cylindrical-coordinate representation of color #084982: hue angle of 208.03º 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 #084982 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB873130-
CMYK0.940.4400.49
HSL208.03º88.41%27.06%-
HSV(B)208.03º93.85%50.98%-
XYZ6.516.4322.02-
YUV60.06167.4790.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.79%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 130 (51.17% from 255) = 61.61%
R=3.79%
G=34.60%
B=61.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8731300.940.4400.49208.0388.4127.06
Hex849825E2C031d0581b
Octal101112021365406132013033
Binary10001001001100000101011110101100011000111010000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084982; }

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

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

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

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

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

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

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

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