#062393

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

Shades of Smalt #062393

Tints of Smalt #062393

Color information

#062393 (or 0x062393) is unknown color: approx Smalt. HEX triplet: 06, 23 and 93. RGB value is (6,35,147). Sum of RGB (Red+Green+Blue) = 6+35+147=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #062393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062393 is #F9DC6C. Grayscale: #262626. Windows color (decimal): -16374893 or 9642758. OLE color: 9642758.

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

Color convert

RGB635147-
CMYK0.960.7600.42
HSL227.66º92.16%30%-
HSV(B)227.66º95.92%57.65%-
XYZ5.943.3527.94-
YUV39.1188.89104.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 147 (57.81% from 255) = 78.19%
R=3.19%
G=18.62%
B=78.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6351470.960.7600.42227.6692.1630
Hex62393604C02Ae45c1e
Octal64322314011405234413436
Binary1101000111001001111000001001100010101011100100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062393; }

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

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

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

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

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

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

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

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