#062C8F

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

Shades of Smalt #062C8F

Tints of Smalt #062C8F

Color information

#062C8F (or 0x062C8F) is unknown color: approx Smalt. HEX triplet: 06, 2C and 8F. RGB value is (6,44,143). Sum of RGB (Red+Green+Blue) = 6+44+143=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 143 (56.25% from 255 or 74.09% from 193); Max value from RGB is 143 - color contains mainly: blue. Hex color #062C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062C8F is #F9D370. Grayscale: #2B2B2B. Windows color (decimal): -16372593 or 9382918. OLE color: 9382918.

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

Color convert

RGB644143-
CMYK0.960.6900.44
HSL223.36º91.95%29.22%-
HSV(B)223.36º95.8%56.08%-
XYZ5.933.8226.41-
YUV43.92183.91100.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 143 (56.25% from 255) = 74.09%
R=3.11%
G=22.80%
B=74.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6441430.960.6900.44223.3691.9529.22
Hex62C8F604502Cdf5c1d
Octal65421714010505433713435
Binary1101011001000111111000001000101010110011011111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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