Html Css Color HEX #013688 Smalt

📋 copy color: '#013688'

red 1 ◦ green 54 ◦ blue 136

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

Shades of Smalt #013688

Tints of Smalt #013688

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.27%

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

R = 0.52%
G = 28.27%
B = 71.2%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#013688 (or 0x013688) is known color: Smalt. HEX triplet: 01, 36 and 88. RGB value is (1,54,136). Sum of RGB (Red+Green+Blue) = 1+54+136=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 136 (53.52% from 255 or 71.20% from 191); Max value from RGB is 136 - color contains mainly: blue. Hex color #013688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013688 is #FEC977. Grayscale: #2F2F2F. Windows color (decimal): -16697720 or 8926721. OLE color: 8926721.

HSL color Cylindrical-coordinate representation of color #013688: hue angle of 216.44º 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 #013688 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 54 136 -
CMYK 0.99 0.60 0 0.47
HSL 216.44º 0.99% 0.27% -
HSV(B) 216.44º 0.99% 0.53% -
XYZ 5.78 4.42 23.84 -
YUV 47.5 177.94 94.83 -
System Red Green Blue C M Y K H S L
Decimal 1 54 136 0.99 0.60 0 0.47 216.44 0.99 0.27
Hex 1 36 88 63 3C 0 2F D8 63 1B
Octal 1 66 210 143 74 0 57 330 143 33
Binary 1 110110 10001000 1100011 111100 0 101111 11011000 1100011 11011

Color Harmonies of #013688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013688

Black with #013688

Text Example


Text Example

White with #013688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013688; }

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

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

background-color css

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

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

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

border-color css

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

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

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