#062892

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

Shades of Smalt #062892

Tints of Smalt #062892

Color information

#062892 (or 0x062892) is unknown color: approx Smalt. HEX triplet: 06, 28 and 92. RGB value is (6,40,146). Sum of RGB (Red+Green+Blue) = 6+40+146=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 146 (57.42% from 255 or 76.04% from 192); Max value from RGB is 146 - color contains mainly: blue. Hex color #062892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062892 is #F9D76D. Grayscale: #292929. Windows color (decimal): -16373614 or 9578502. OLE color: 9578502.

HSL color Cylindrical-coordinate representation of color #062892: hue angle of 225.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062892 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB640146-
CMYK0.960.7300.43
HSL225.43º92.11%29.8%-
HSV(B)225.43º95.89%57.25%-
XYZ6.023.6327.58-
YUV41.92186.74102.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 146 (57.42% from 255) = 76.04%
R=3.12%
G=20.83%
B=76.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6401460.960.7300.43225.4392.1129.8
Hex62892604902Be15c1e
Octal65022214011105334113436
Binary1101010001001001011000001001001010101111100001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062892; }

 p { color: rgb(6,40,146); }

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

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

 a { background-color: rgb(6,40,146); }

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

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

 span { border-color: rgb(6,40,146); }

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