#062C8D

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

Shades of Smalt #062C8D

Tints of Smalt #062C8D

Color information

#062C8D (or 0x062C8D) is unknown color: approx Smalt. HEX triplet: 06, 2C and 8D. RGB value is (6,44,141). Sum of RGB (Red+Green+Blue) = 6+44+141=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #062C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062C8D is #F9D372. Grayscale: #2B2B2B. Windows color (decimal): -16372595 or 9251846. OLE color: 9251846.

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

Color convert

RGB644141-
CMYK0.960.6900.45
HSL223.11º91.84%28.82%-
HSV(B)223.11º95.74%55.29%-
XYZ5.783.7625.62-
YUV43.7182.91101.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.14%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 141 (55.47% from 255) = 73.82%
R=3.14%
G=23.04%
B=73.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6441410.960.6900.45223.1191.8428.82
Hex62C8D604502Ddf5c1d
Octal65421514010505533713435
Binary1101011001000110111000001000101010110111011111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,44,141); }

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

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

 a { background-color: rgb(6,44,141); }

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

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

 span { border-color: rgb(6,44,141); }

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