#062F87

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

Shades of Smalt #062F87

Tints of Smalt #062F87

Color information

#062F87 (or 0x062F87) is unknown color: approx Smalt. HEX triplet: 06, 2F and 87. RGB value is (6,47,135). Sum of RGB (Red+Green+Blue) = 6+47+135=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #062F87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062F87 is #F9D078. Grayscale: #2C2C2C. Windows color (decimal): -16371833 or 8859398. OLE color: 8859398.

HSL color Cylindrical-coordinate representation of color #062F87: hue angle of 220.93º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062F87 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB647135-
CMYK0.960.6500.47
HSL220.93º91.49%27.65%-
HSV(B)220.93º95.56%52.94%-
XYZ5.463.8223.37-
YUV44.77178.92100.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 47 (18.75% from 255) = 25%
BLUE value IS 135 (53.12% from 255) = 71.81%
R=3.19%
G=25%
B=71.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6471350.960.6500.47220.9391.4927.65
Hex62F87604102Fdd5b1c
Octal65720714010105733513334
Binary1101011111000011111000001000001010111111011101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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