#062D85

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

Shades of Smalt #062D85

Tints of Smalt #062D85

Color information

#062D85 (or 0x062D85) is unknown color: approx Smalt. HEX triplet: 06, 2D and 85. RGB value is (6,45,133). Sum of RGB (Red+Green+Blue) = 6+45+133=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #062D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D85 is #F9D27A. Grayscale: #2A2A2A. Windows color (decimal): -16372347 or 8727814. OLE color: 8727814.

HSL color Cylindrical-coordinate representation of color #062D85: hue angle of 221.57º 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 #062D85 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB645133-
CMYK0.950.6600.48
HSL221.57º91.37%27.25%-
HSV(B)221.57º95.49%52.16%-
XYZ5.253.6122.61-
YUV43.37178.58101.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 133 (52.34% from 255) = 72.28%
R=3.26%
G=24.46%
B=72.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6451330.950.6600.48221.5791.3727.25
Hex62D855F42030de5b1b
Octal65520513710206033613333
Binary1101011011000010110111111000010011000011011110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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