#003599

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

Shades of Smalt #003599

Tints of Smalt #003599

Color information

#003599 (or 0x003599) is unknown color: approx Smalt. HEX triplet: 00, 35 and 99. RGB value is (0,53,153). Sum of RGB (Red+Green+Blue) = 0+53+153=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #003599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003599 is #FFCA66. Grayscale: #303030. Windows color (decimal): -16763495 or 10040576. OLE color: 10040576.

HSL color Cylindrical-coordinate representation of color #003599: hue angle of 219.22º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003599 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB053153-
CMYK10.6500.4
HSL219.22º100%30%-
HSV(B)219.22º100%60%-
XYZ7.024.8530.7-
YUV48.55186.9493.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 153 (60.16% from 255) = 74.27%
R=0%
G=25.73%
B=74.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal05315310.6500.4219.2210030
Hex035996441028db641e
Octal06523114410105033314436
Binary01101011001100111001001000001010100011011011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003599; }

 p { color: rgb(0,53,153); }

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

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

 a { background-color: rgb(0,53,153); }

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

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

 span { border-color: rgb(0,53,153); }

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