Html Css Color HEX #013588 Smalt

📋 copy color: '#013588'

red 1 ◦ green 53 ◦ blue 136

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

Shades of Smalt #013588

Tints of Smalt #013588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 71.58%

R = 0.53%
G = 27.89%
B = 71.58%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#013588 (or 0x013588) is known color: Smalt. HEX triplet: 01, 35 and 88. RGB value is (1,53,136). Sum of RGB (Red+Green+Blue) = 1+53+136=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #013588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013588 is #FECA77. Grayscale: #2E2E2E. Windows color (decimal): -16697976 or 8926465. OLE color: 8926465.

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

Color convert

RGB 1 53 136 -
CMYK 0.99 0.61 0 0.47
HSL 216.89º 0.99% 0.27% -
HSV(B) 216.89º 0.99% 0.53% -
XYZ 5.73 4.33 23.83 -
YUV 46.91 178.27 95.25 -
System Red Green Blue C M Y K H S L
Decimal 1 53 136 0.99 0.61 0 0.47 216.89 0.99 0.27
Hex 1 35 88 63 3D 0 2F D9 63 1B
Octal 1 65 210 143 75 0 57 331 143 33
Binary 1 110101 10001000 1100011 111101 0 101111 11011001 1100011 11011

Color Harmonies of #013588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013588

Black with #013588

Text Example


Text Example

White with #013588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013588; }

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

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

background-color css

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

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

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

border-color css

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

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

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