#062A83

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

Shades of Smalt #062A83

Tints of Smalt #062A83

Color information

#062A83 (or 0x062A83) is unknown color: approx Smalt. HEX triplet: 06, 2A and 83. RGB value is (6,42,131). Sum of RGB (Red+Green+Blue) = 6+42+131=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 131 (51.56% from 255 or 73.18% from 179); Max value from RGB is 131 - color contains mainly: blue. Hex color #062A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062A83 is #F9D57C. Grayscale: #282828. Windows color (decimal): -16373117 or 8595974. OLE color: 8595974.

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

Color convert

RGB642131-
CMYK0.950.6800.49
HSL222.72º91.24%26.86%-
HSV(B)222.72º95.42%51.37%-
XYZ53.3321.85-
YUV41.38178.57102.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 131 (51.56% from 255) = 73.18%
R=3.35%
G=23.46%
B=73.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6421310.950.6800.49222.7291.2426.86
Hex62A835F44031df5b1b
Octal65220313710406133713333
Binary1101010101000001110111111000100011000111011111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,42,131); }

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

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

 a { background-color: rgb(6,42,131); }

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

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

 span { border-color: rgb(6,42,131); }

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