#062392

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

Shades of Smalt #062392

Tints of Smalt #062392

Color information

#062392 (or 0x062392) is unknown color: approx Smalt. HEX triplet: 06, 23 and 92. RGB value is (6,35,146). Sum of RGB (Red+Green+Blue) = 6+35+146=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #062392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062392 is #F9DC6D. Grayscale: #262626. Windows color (decimal): -16374894 or 9577222. OLE color: 9577222.

HSL color Cylindrical-coordinate representation of color #062392: hue angle of 227.57º 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 #062392 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB635146-
CMYK0.960.7600.43
HSL227.57º92.11%29.8%-
HSV(B)227.57º95.89%57.25%-
XYZ5.863.3227.53-
YUV38.98188.39104.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 146 (57.42% from 255) = 78.07%
R=3.21%
G=18.72%
B=78.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6351460.960.7600.43227.5792.1129.8
Hex62392604C02Be45c1e
Octal64322214011405334413436
Binary1101000111001001011000001001100010101111100100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062392; }

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

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

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

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

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

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

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

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