#062D8C

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

Shades of Smalt #062D8C

Tints of Smalt #062D8C

Color information

#062D8C (or 0x062D8C) is unknown color: approx Smalt. HEX triplet: 06, 2D and 8C. RGB value is (6,45,140). Sum of RGB (Red+Green+Blue) = 6+45+140=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 140 (55.08% from 255 or 73.30% from 191); Max value from RGB is 140 - color contains mainly: blue. Hex color #062D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062D8C is #F9D273. Grayscale: #2B2B2B. Windows color (decimal): -16372340 or 9186566. OLE color: 9186566.

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

Color convert

RGB645140-
CMYK0.960.6800.45
HSL222.54º91.78%28.63%-
HSV(B)222.54º95.71%54.9%-
XYZ5.753.8125.24-
YUV44.17182.08100.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.14%
GREEN value IS 45 (17.97% from 255) = 23.56%
BLUE value IS 140 (55.08% from 255) = 73.30%
R=3.14%
G=23.56%
B=73.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6451400.960.6800.45222.5491.7828.63
Hex62D8C604402Ddf5c1d
Octal65521414010405533713435
Binary1101011011000110011000001000100010110111011111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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