#062D9B

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

Shades of Smalt #062D9B

Tints of Smalt #062D9B

Color information

#062D9B (or 0x062D9B) is unknown color: approx Smalt. HEX triplet: 06, 2D and 9B. RGB value is (6,45,155). Sum of RGB (Red+Green+Blue) = 6+45+155=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #062D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D9B is #F9D264. Grayscale: #2D2D2D. Windows color (decimal): -16372325 or 10169606. OLE color: 10169606.

HSL color Cylindrical-coordinate representation of color #062D9B: hue angle of 224.3º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062D9B is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB645155-
CMYK0.960.7100.39
HSL224.3º92.55%31.57%-
HSV(B)224.3º96.13%60.78%-
XYZ6.934.2831.47-
YUV45.88189.5899.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 155 (60.94% from 255) = 75.24%
R=2.91%
G=21.84%
B=75.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6451550.960.7100.39224.392.5531.57
Hex62D9B6047027e05d20
Octal65523314010704734013540
Binary11010110110011011110000010001110100111111000001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,45,155); }

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

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

 a { background-color: rgb(6,45,155); }

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

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

 span { border-color: rgb(6,45,155); }

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