#062E8E

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

Shades of Smalt #062E8E

Tints of Smalt #062E8E

Color information

#062E8E (or 0x062E8E) is unknown color: approx Smalt. HEX triplet: 06, 2E and 8E. RGB value is (6,46,142). Sum of RGB (Red+Green+Blue) = 6+46+142=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 142 (55.86% from 255 or 73.20% from 194); Max value from RGB is 142 - color contains mainly: blue. Hex color #062E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062E8E is #F9D171. Grayscale: #2C2C2C. Windows color (decimal): -16372082 or 9317894. OLE color: 9317894.

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

Color convert

RGB646142-
CMYK0.960.6800.44
HSL222.35º91.89%29.02%-
HSV(B)222.35º95.77%55.69%-
XYZ5.933.9526.04-
YUV44.98182.75100.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.09%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 142 (55.86% from 255) = 73.20%
R=3.09%
G=23.71%
B=73.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6461420.960.6800.44222.3591.8929.02
Hex62E8E604402Cde5c1d
Octal65621614010405433613435
Binary1101011101000111011000001000100010110011011110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,46,142); }

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

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

 a { background-color: rgb(6,46,142); }

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

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

 span { border-color: rgb(6,46,142); }

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