Html Css Color HEX #013893 Smalt

📋 copy color: '#013893'

red 1 ◦ green 56 ◦ blue 147

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

Shades of Smalt #013893

Tints of Smalt #013893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.45%

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

R = 0.49%
G = 27.45%
B = 72.06%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013893 (or 0x013893) is known color: Smalt. HEX triplet: 01, 38 and 93. RGB value is (1,56,147). Sum of RGB (Red+Green+Blue) = 1+56+147=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #013893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013893 is #FEC76C. Grayscale: #313131. Windows color (decimal): -16697197 or 9648129. OLE color: 9648129.

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

Color convert

RGB 1 56 147 -
CMYK 0.99 0.62 0 0.42
HSL 217.4º 0.99% 0.29% -
HSV(B) 217.4º 0.99% 0.58% -
XYZ 6.69 4.94 28.2 -
YUV 49.93 182.78 93.1 -
System Red Green Blue C M Y K H S L
Decimal 1 56 147 0.99 0.62 0 0.42 217.4 0.99 0.29
Hex 1 38 93 63 3E 0 2A D9 63 1D
Octal 1 70 223 143 76 0 52 331 143 35
Binary 1 111000 10010011 1100011 111110 0 101010 11011001 1100011 11101

Color Harmonies of #013893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013893

Black with #013893

Text Example


Text Example

White with #013893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013893; }

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

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

background-color css

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

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

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

border-color css

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

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

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