#083682

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

Shades of Dark Cerulean #083682

Tints of Dark Cerulean #083682

Color information

#083682 (or 0x083682) is unknown color: approx Dark Cerulean. HEX triplet: 08, 36 and 82. RGB value is (8,54,130). Sum of RGB (Red+Green+Blue) = 8+54+130=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #083682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083682 is #F7C97D. Grayscale: #303030. Windows color (decimal): -16238974 or 8533512. OLE color: 8533512.

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

Color convert

RGB854130-
CMYK0.940.5800.49
HSL217.38º88.41%27.06%-
HSV(B)217.38º93.85%50.98%-
XYZ5.454.321.66-
YUV48.91173.7698.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.17%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 130 (51.17% from 255) = 67.71%
R=4.17%
G=28.12%
B=67.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8541300.940.5800.49217.3888.4127.06
Hex836825E3A031d9581b
Octal10662021367206133113033
Binary1000110110100000101011110111010011000111011001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083682; }

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

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

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

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

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

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

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

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