#083482

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

Shades of Dark Cerulean #083482

Tints of Dark Cerulean #083482

Color information

#083482 (or 0x083482) is unknown color: approx Dark Cerulean. HEX triplet: 08, 34 and 82. RGB value is (8,52,130). Sum of RGB (Red+Green+Blue) = 8+52+130=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 130 (51.17% from 255 or 68.42% from 190); Max value from RGB is 130 - color contains mainly: blue. Hex color #083482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083482 is #F7CB7D. Grayscale: #2F2F2F. Windows color (decimal): -16239486 or 8533000. OLE color: 8533000.

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

Color convert

RGB852130-
CMYK0.940.6000.49
HSL218.36º88.41%27.06%-
HSV(B)218.36º93.85%50.98%-
XYZ5.364.1221.63-
YUV47.74174.4299.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.21%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 130 (51.17% from 255) = 68.42%
R=4.21%
G=27.37%
B=68.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8521300.940.6000.49218.3688.4127.06
Hex834825E3C031da581b
Octal10642021367406133213033
Binary1000110100100000101011110111100011000111011010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083482; }

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

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

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

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

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

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

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

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