Html Css Color HEX #013793 Smalt

📋 copy color: '#013793'

red 1 ◦ green 55 ◦ blue 147

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

Shades of Smalt #013793

Tints of Smalt #013793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 72.41%

R = 0.49%
G = 27.09%
B = 72.41%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013793 (or 0x013793) is known color: Smalt. HEX triplet: 01, 37 and 93. RGB value is (1,55,147). Sum of RGB (Red+Green+Blue) = 1+55+147=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #013793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013793 is #FEC86C. Grayscale: #303030. Windows color (decimal): -16697453 or 9647873. OLE color: 9647873.

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

Color convert

RGB 1 55 147 -
CMYK 0.99 0.63 0 0.42
HSL 217.81º 0.99% 0.29% -
HSV(B) 217.81º 0.99% 0.58% -
XYZ 6.65 4.85 28.19 -
YUV 49.34 183.11 93.52 -
System Red Green Blue C M Y K H S L
Decimal 1 55 147 0.99 0.63 0 0.42 217.81 0.99 0.29
Hex 1 37 93 63 3F 0 2A DA 63 1D
Octal 1 67 223 143 77 0 52 332 143 35
Binary 1 110111 10010011 1100011 111111 0 101010 11011010 1100011 11101

Color Harmonies of #013793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013793

Black with #013793

Text Example


Text Example

White with #013793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013793; }

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

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

background-color css

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

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

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

border-color css

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

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

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