#084283

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

Shades of Dark Cerulean #084283

Tints of Dark Cerulean #084283

Color information

#084283 (or 0x084283) is unknown color: approx Dark Cerulean. HEX triplet: 08, 42 and 83. RGB value is (8,66,131). Sum of RGB (Red+Green+Blue) = 8+66+131=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #084283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084283 is #F7BD7C. Grayscale: #373737. Windows color (decimal): -16235901 or 8602120. OLE color: 8602120.

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

Color convert

RGB866131-
CMYK0.940.5000.49
HSL211.71º88.49%27.25%-
HSV(B)211.71º93.89%51.37%-
XYZ6.155.5922.23-
YUV56.07170.2893.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 131 (51.56% from 255) = 63.90%
R=3.90%
G=32.20%
B=63.90%

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
Decimal8661310.940.5000.49211.7188.4927.25
Hex842835E32031d4581b
Octal101022031366206132413033
Binary10001000010100000111011110110010011000111010100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084283; }

 p { color: rgb(8,66,131); }

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

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

 a { background-color: rgb(8,66,131); }

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

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

 span { border-color: rgb(8,66,131); }

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