#062486

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

Shades of Smalt #062486

Tints of Smalt #062486

Color information

#062486 (or 0x062486) is unknown color: approx Smalt. HEX triplet: 06, 24 and 86. RGB value is (6,36,134). Sum of RGB (Red+Green+Blue) = 6+36+134=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 134 (52.73% from 255 or 76.14% from 176); Max value from RGB is 134 - color contains mainly: blue. Hex color #062486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062486 is #F9DB79. Grayscale: #252525. Windows color (decimal): -16374650 or 8791046. OLE color: 8791046.

HSL color Cylindrical-coordinate representation of color #062486: hue angle of 225.94º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062486 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB636134-
CMYK0.960.7300.47
HSL225.94º91.43%27.45%-
HSV(B)225.94º95.52%52.55%-
XYZ5.013.0222.87-
YUV38.2182.06105.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 134 (52.73% from 255) = 76.14%
R=3.41%
G=20.45%
B=76.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6361340.960.7300.47225.9491.4327.45
Hex62486604902Fe25b1b
Octal64420614011105734213333
Binary1101001001000011011000001001001010111111100010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062486; }

 p { color: rgb(6,36,134); }

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

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

 a { background-color: rgb(6,36,134); }

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

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

 span { border-color: rgb(6,36,134); }

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