Html Css Color HEX #013494 Smalt

📋 copy color: '#013494'

red 1 ◦ green 52 ◦ blue 148

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

Shades of Smalt #013494

Tints of Smalt #013494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

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

R = 0.5%
G = 25.87%
B = 73.63%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013494 (or 0x013494) is known color: Smalt. HEX triplet: 01, 34 and 94. RGB value is (1,52,148). Sum of RGB (Red+Green+Blue) = 1+52+148=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #013494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013494 is #FECB6B. Grayscale: #2F2F2F. Windows color (decimal): -16698220 or 9712641. OLE color: 9712641.

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

Color convert

RGB 1 52 148 -
CMYK 0.99 0.65 0 0.42
HSL 219.18º 0.99% 0.29% -
HSV(B) 219.18º 0.99% 0.58% -
XYZ 6.59 4.6 28.56 -
YUV 47.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 1 52 148 0.99 0.65 0 0.42 219.18 0.99 0.29
Hex 1 34 94 63 41 0 2A DB 63 1D
Octal 1 64 224 143 101 0 52 333 143 35
Binary 1 110100 10010100 1100011 1000001 0 101010 11011011 1100011 11101

Color Harmonies of #013494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013494

Black with #013494

Text Example


Text Example

White with #013494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013494; }

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

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

background-color css

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

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

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

border-color css

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

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

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