Html Css Color HEX #013797 Smalt

📋 copy color: '#013797'

red 1 ◦ green 55 ◦ blue 151

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

Shades of Smalt #013797

Tints of Smalt #013797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 72.95%

R = 0.48%
G = 26.57%
B = 72.95%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#013797 (or 0x013797) is known color: Smalt. HEX triplet: 01, 37 and 97. RGB value is (1,55,151). Sum of RGB (Red+Green+Blue) = 1+55+151=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 151 (59.38% from 255 or 72.95% from 207); Max value from RGB is 151 - color contains mainly: blue. Hex color #013797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013797 is #FEC868. Grayscale: #313131. Windows color (decimal): -16697449 or 9910017. OLE color: 9910017.

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

Color convert

RGB 1 55 151 -
CMYK 0.99 0.64 0 0.41
HSL 218.4º 0.99% 0.3% -
HSV(B) 218.4º 0.99% 0.59% -
XYZ 6.96 4.97 29.87 -
YUV 49.8 185.11 93.19 -
System Red Green Blue C M Y K H S L
Decimal 1 55 151 0.99 0.64 0 0.41 218.4 0.99 0.3
Hex 1 37 97 63 40 0 29 DA 63 1E
Octal 1 67 227 143 100 0 51 332 143 36
Binary 1 110111 10010111 1100011 1000000 0 101001 11011010 1100011 11110

Color Harmonies of #013797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013797

Black with #013797

Text Example


Text Example

White with #013797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013797; }

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

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

background-color css

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

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

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

border-color css

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

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

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