#062B97

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

Shades of Smalt #062B97

Tints of Smalt #062B97

Color information

#062B97 (or 0x062B97) is unknown color: approx Smalt. HEX triplet: 06, 2B and 97. RGB value is (6,43,151). Sum of RGB (Red+Green+Blue) = 6+43+151=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 151 (59.38% from 255 or 75.5% from 200); Max value from RGB is 151 - color contains mainly: blue. Hex color #062B97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062B97 is #F9D468. Grayscale: #2B2B2B. Windows color (decimal): -16372841 or 9906950. OLE color: 9906950.

HSL color Cylindrical-coordinate representation of color #062B97: hue angle of 224.69º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062B97 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB643151-
CMYK0.960.7200.41
HSL224.69º92.36%30.78%-
HSV(B)224.69º96.03%59.22%-
XYZ6.52429.71-
YUV44.25188.24100.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3%
GREEN value IS 43 (17.19% from 255) = 21.5%
BLUE value IS 151 (59.38% from 255) = 75.5%
R=3%
G=21.5%
B=75.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6431510.960.7200.41224.6992.3630.78
Hex62B976048029e15c1f
Octal65322714011005134113437
Binary1101010111001011111000001001000010100111100001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,43,151); }

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

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

 a { background-color: rgb(6,43,151); }

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

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

 span { border-color: rgb(6,43,151); }

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