#062C8C

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

Shades of Smalt #062C8C

Tints of Smalt #062C8C

Color information

#062C8C (or 0x062C8C) is unknown color: approx Smalt. HEX triplet: 06, 2C and 8C. RGB value is (6,44,140). Sum of RGB (Red+Green+Blue) = 6+44+140=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #062C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062C8C is #F9D373. Grayscale: #2B2B2B. Windows color (decimal): -16372596 or 9186310. OLE color: 9186310.

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

Color convert

RGB644140-
CMYK0.960.6900.45
HSL222.99º91.78%28.63%-
HSV(B)222.99º95.71%54.9%-
XYZ5.713.7325.23-
YUV43.58182.41101.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 140 (55.08% from 255) = 73.68%
R=3.16%
G=23.16%
B=73.68%

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
Decimal6441400.960.6900.45222.9991.7828.63
Hex62C8C604502Ddf5c1d
Octal65421414010505533713435
Binary1101011001000110011000001000101010110111011111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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