#062E85

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

Shades of Smalt #062E85

Tints of Smalt #062E85

Color information

#062E85 (or 0x062E85) is unknown color: approx Smalt. HEX triplet: 06, 2E and 85. RGB value is (6,46,133). Sum of RGB (Red+Green+Blue) = 6+46+133=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #062E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062E85 is #F9D17A. Grayscale: #2B2B2B. Windows color (decimal): -16372091 or 8728070. OLE color: 8728070.

HSL color Cylindrical-coordinate representation of color #062E85: hue angle of 221.1º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062E85 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB646133-
CMYK0.950.6500.48
HSL221.1º91.37%27.25%-
HSV(B)221.1º95.49%52.16%-
XYZ5.293.6922.62-
YUV43.96178.25100.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 133 (52.34% from 255) = 71.89%
R=3.24%
G=24.86%
B=71.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6461330.950.6500.48221.191.3727.25
Hex62E855F41030dd5b1b
Octal65620513710106033513333
Binary1101011101000010110111111000001011000011011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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