#062A89

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

Shades of Smalt #062A89

Tints of Smalt #062A89

Color information

#062A89 (or 0x062A89) is unknown color: approx Smalt. HEX triplet: 06, 2A and 89. RGB value is (6,42,137). Sum of RGB (Red+Green+Blue) = 6+42+137=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #062A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062A89 is #F9D576. Grayscale: #292929. Windows color (decimal): -16373111 or 8989190. OLE color: 8989190.

HSL color Cylindrical-coordinate representation of color #062A89: hue angle of 223.51º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062A89 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB642137-
CMYK0.960.6900.46
HSL223.51º91.61%28.04%-
HSV(B)223.51º95.62%53.73%-
XYZ5.423.524.06-
YUV42.07181.57102.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 42 (16.80% from 255) = 22.70%
BLUE value IS 137 (53.91% from 255) = 74.05%
R=3.24%
G=22.70%
B=74.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6421370.960.6900.46223.5191.6128.04
Hex62A89604502Ee05c1c
Octal65221114010505634013434
Binary1101010101000100111000001000101010111011100000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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