#062583

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

Shades of Smalt #062583

Tints of Smalt #062583

Color information

#062583 (or 0x062583) is unknown color: approx Smalt. HEX triplet: 06, 25 and 83. RGB value is (6,37,131). Sum of RGB (Red+Green+Blue) = 6+37+131=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 131 (51.56% from 255 or 75.29% from 174); Max value from RGB is 131 - color contains mainly: blue. Hex color #062583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062583 is #F9DA7C. Grayscale: #262626. Windows color (decimal): -16374397 or 8594694. OLE color: 8594694.

HSL color Cylindrical-coordinate representation of color #062583: hue angle of 225.12º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062583 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB637131-
CMYK0.950.7200.49
HSL225.12º91.24%26.86%-
HSV(B)225.12º95.42%51.37%-
XYZ4.83321.8-
YUV38.45180.23104.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.45%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 131 (51.56% from 255) = 75.29%
R=3.45%
G=21.26%
B=75.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6371310.950.7200.49225.1291.2426.86
Hex625835F48031e15b1b
Octal64520313711006134113333
Binary1101001011000001110111111001000011000111100001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062583; }

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

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

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

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

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

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

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

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