#062F82

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

Shades of Smalt #062F82

Tints of Smalt #062F82

Color information

#062F82 (or 0x062F82) is unknown color: approx Smalt. HEX triplet: 06, 2F and 82. RGB value is (6,47,130). Sum of RGB (Red+Green+Blue) = 6+47+130=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #062F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F82 is #F9D07D. Grayscale: #2B2B2B. Windows color (decimal): -16371838 or 8531718. OLE color: 8531718.

HSL color Cylindrical-coordinate representation of color #062F82: hue angle of 220.16º 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 #062F82 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB647130-
CMYK0.950.6400.49
HSL220.16º91.18%26.67%-
HSV(B)220.16º95.38%50.98%-
XYZ5.123.6821.56-
YUV44.2176.42100.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.28%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 130 (51.17% from 255) = 71.04%
R=3.28%
G=25.68%
B=71.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6471300.950.6400.49220.1691.1826.67
Hex62F825F40031dc5b1b
Octal65720213710006133413333
Binary1101011111000001010111111000000011000111011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062F82; }

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

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

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

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

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

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

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

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