#083982

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

Shades of Dark Cerulean #083982

Tints of Dark Cerulean #083982

Color information

#083982 (or 0x083982) is unknown color: approx Dark Cerulean. HEX triplet: 08, 39 and 82. RGB value is (8,57,130). Sum of RGB (Red+Green+Blue) = 8+57+130=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #083982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083982 is #F7C67D. Grayscale: #323232. Windows color (decimal): -16238206 or 8534280. OLE color: 8534280.

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

Color convert

RGB857130-
CMYK0.940.5600.49
HSL215.9º88.41%27.06%-
HSV(B)215.9º93.85%50.98%-
XYZ5.594.5921.71-
YUV50.67172.7797.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 130 (51.17% from 255) = 66.67%
R=4.10%
G=29.23%
B=66.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8571300.940.5600.49215.988.4127.06
Hex839825E38031d8581b
Octal10712021367006133013033
Binary1000111001100000101011110111000011000111011000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083982; }

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

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

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

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

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

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

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

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