Html Css Color HEX #013394 Smalt

📋 copy color: '#013394'

red 1 ◦ green 51 ◦ blue 148

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

Shades of Smalt #013394

Tints of Smalt #013394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

 BLUE value IS 148 (58.2% from 255) = 74%

R = 0.5%
G = 25.5%
B = 74%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013394 (or 0x013394) is known color: Smalt. HEX triplet: 01, 33 and 94. RGB value is (1,51,148). Sum of RGB (Red+Green+Blue) = 1+51+148=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #013394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013394 is #FECC6B. Grayscale: #2E2E2E. Windows color (decimal): -16698476 or 9712385. OLE color: 9712385.

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

Color convert

RGB 1 51 148 -
CMYK 0.99 0.66 0 0.42
HSL 219.59º 0.99% 0.29% -
HSV(B) 219.59º 0.99% 0.58% -
XYZ 6.54 4.51 28.54 -
YUV 47.11 184.94 95.11 -
System Red Green Blue C M Y K H S L
Decimal 1 51 148 0.99 0.66 0 0.42 219.59 0.99 0.29
Hex 1 33 94 63 42 0 2A DC 63 1D
Octal 1 63 224 143 102 0 52 334 143 35
Binary 1 110011 10010100 1100011 1000010 0 101010 11011100 1100011 11101

Color Harmonies of #013394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013394

Black with #013394

Text Example


Text Example

White with #013394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013394; }

 p { color: rgb(1,51,148); }

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

background-color css

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

 a { background-color: rgb(1,51,148); }

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

border-color css

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

 span { border-color: rgb(1,51,148); }

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