#062589

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

Shades of Smalt #062589

Tints of Smalt #062589

Color information

#062589 (or 0x062589) is unknown color: approx Smalt. HEX triplet: 06, 25 and 89. RGB value is (6,37,137). Sum of RGB (Red+Green+Blue) = 6+37+137=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 137 (53.91% from 255 or 76.11% from 180); Max value from RGB is 137 - color contains mainly: blue. Hex color #062589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062589 is #F9DA76. Grayscale: #262626. Windows color (decimal): -16374391 or 8987910. OLE color: 8987910.

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

Color convert

RGB637137-
CMYK0.960.7300.46
HSL225.8º91.61%28.04%-
HSV(B)225.8º95.62%53.73%-
XYZ5.253.1724-
YUV39.13183.23104.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 37 (14.84% from 255) = 20.56%
BLUE value IS 137 (53.91% from 255) = 76.11%
R=3.33%
G=20.56%
B=76.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6371370.960.7300.46225.891.6128.04
Hex62589604902Ee25c1c
Octal64521114011105634213434
Binary1101001011000100111000001001001010111011100010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062589; }

 p { color: rgb(6,37,137); }

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

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

 a { background-color: rgb(6,37,137); }

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

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

 span { border-color: rgb(6,37,137); }

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