#062B8F

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

Shades of Smalt #062B8F

Tints of Smalt #062B8F

Color information

#062B8F (or 0x062B8F) is unknown color: approx Smalt. HEX triplet: 06, 2B and 8F. RGB value is (6,43,143). Sum of RGB (Red+Green+Blue) = 6+43+143=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 143 (56.25% from 255 or 74.48% from 192); Max value from RGB is 143 - color contains mainly: blue. Hex color #062B8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062B8F is #F9D470. Grayscale: #2A2A2A. Windows color (decimal): -16372849 or 9382662. OLE color: 9382662.

HSL color Cylindrical-coordinate representation of color #062B8F: hue angle of 223.8º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062B8F is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB643143-
CMYK0.960.7000.44
HSL223.8º91.95%29.22%-
HSV(B)223.8º95.8%56.08%-
XYZ5.93.7526.4-
YUV43.34184.24101.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 143 (56.25% from 255) = 74.48%
R=3.12%
G=22.40%
B=74.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6431430.960.7000.44223.891.9529.22
Hex62B8F604602Ce05c1d
Octal65321714010605434013435
Binary1101010111000111111000001000110010110011100000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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