Html Css Color HEX #013599 Smalt

📋 copy color: '#013599'

red 1 ◦ green 53 ◦ blue 153

#013599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #013599

Tints of Smalt #013599

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 53 (21.09% from 255) = 25.6%

 BLUE value IS 153 (60.16% from 255) = 73.91%

R = 0.48%
G = 25.6%
B = 73.91%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#013599 (or 0x013599) is known color: Smalt. HEX triplet: 01, 35 and 99. RGB value is (1,53,153). Sum of RGB (Red+Green+Blue) = 1+53+153=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #013599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013599 is #FECA66. Grayscale: #303030. Windows color (decimal): -16697959 or 10040577. OLE color: 10040577.

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

Color convert

RGB 1 53 153 -
CMYK 0.99 0.65 0 0.4
HSL 219.47º 0.99% 0.3% -
HSV(B) 219.47º 0.99% 0.6% -
XYZ 7.04 4.85 30.7 -
YUV 48.85 186.77 93.87 -
System Red Green Blue C M Y K H S L
Decimal 1 53 153 0.99 0.65 0 0.4 219.47 0.99 0.3
Hex 1 35 99 63 41 0 28 DB 63 1E
Octal 1 65 231 143 101 0 50 333 143 36
Binary 1 110101 10011001 1100011 1000001 0 101000 11011011 1100011 11110

Color Harmonies of #013599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013599

Black with #013599

Text Example


Text Example

White with #013599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013599; }

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

 H1.HeaderClassName
 {
   color: #013599;
 }
 .AnyTagClassName
 {
   color: #013599;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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