#063082

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

Shades of Smalt #063082

Tints of Smalt #063082

Color information

#063082 (or 0x063082) is unknown color: approx Smalt. HEX triplet: 06, 30 and 82. RGB value is (6,48,130). Sum of RGB (Red+Green+Blue) = 6+48+130=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #063082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063082 is #F9CF7D. Grayscale: #2C2C2C. Windows color (decimal): -16371582 or 8531974. OLE color: 8531974.

HSL color Cylindrical-coordinate representation of color #063082: hue angle of 219.68º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063082 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB648130-
CMYK0.950.6300.49
HSL219.68º91.18%26.67%-
HSV(B)219.68º95.38%50.98%-
XYZ5.163.7621.57-
YUV44.79176.09100.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 130 (51.17% from 255) = 70.65%
R=3.26%
G=26.09%
B=70.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6481300.950.6300.49219.6891.1826.67
Hex630825F3F031dc5b1b
Octal6602021377706133413333
Binary110110000100000101011111111111011000111011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063082; }

 p { color: rgb(6,48,130); }

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

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

 a { background-color: rgb(6,48,130); }

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

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

 span { border-color: rgb(6,48,130); }

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