Html Css Color HEX #013791 Smalt

📋 copy color: '#013791'

red 1 ◦ green 55 ◦ blue 145

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

Shades of Smalt #013791

Tints of Smalt #013791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

 BLUE value IS 145 (57.03% from 255) = 72.14%

R = 0.5%
G = 27.36%
B = 72.14%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#013791 (or 0x013791) is known color: Smalt. HEX triplet: 01, 37 and 91. RGB value is (1,55,145). Sum of RGB (Red+Green+Blue) = 1+55+145=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #013791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013791 is #FEC86E. Grayscale: #303030. Windows color (decimal): -16697455 or 9516801. OLE color: 9516801.

HSL color Cylindrical-coordinate representation of color #013791: hue angle of 217.5º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013791 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 55 145 -
CMYK 0.99 0.62 0 0.43
HSL 217.5º 0.99% 0.29% -
HSV(B) 217.5º 0.99% 0.57% -
XYZ 6.49 4.78 27.37 -
YUV 49.11 182.11 93.68 -
System Red Green Blue C M Y K H S L
Decimal 1 55 145 0.99 0.62 0 0.43 217.5 0.99 0.29
Hex 1 37 91 63 3E 0 2B DA 63 1D
Octal 1 67 221 143 76 0 53 332 143 35
Binary 1 110111 10010001 1100011 111110 0 101011 11011010 1100011 11101

Color Harmonies of #013791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013791

Black with #013791

Text Example


Text Example

White with #013791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013791; }

 p { color: rgb(1,55,145); }

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

background-color css

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

 a { background-color: rgb(1,55,145); }

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

border-color css

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

 span { border-color: rgb(1,55,145); }

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