Html Css Color HEX #013A95 Smalt

📋 copy color: '#013A95'

red 1 ◦ green 58 ◦ blue 149

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

Shades of Smalt #013A95

Tints of Smalt #013A95

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.88%

 BLUE value IS 149 (58.59% from 255) = 71.63%

R = 0.48%
G = 27.88%
B = 71.63%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013A95 (or 0x013A95) is known color: Smalt. HEX triplet: 01, 3A and 95. RGB value is (1,58,149). Sum of RGB (Red+Green+Blue) = 1+58+149=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #013A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013A95 is #FEC56A. Grayscale: #323232. Windows color (decimal): -16696683 or 9779713. OLE color: 9779713.

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

Color convert

RGB 1 58 149 -
CMYK 0.99 0.61 0 0.42
HSL 216.89º 0.99% 0.29% -
HSV(B) 216.89º 0.99% 0.58% -
XYZ 6.95 5.2 29.07 -
YUV 51.33 183.12 92.1 -
System Red Green Blue C M Y K H S L
Decimal 1 58 149 0.99 0.61 0 0.42 216.89 0.99 0.29
Hex 1 3A 95 63 3D 0 2A D9 63 1D
Octal 1 72 225 143 75 0 52 331 143 35
Binary 1 111010 10010101 1100011 111101 0 101010 11011001 1100011 11101

Color Harmonies of #013A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A95

Black with #013A95

Text Example


Text Example

White with #013A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013A95; }

 p { color: rgb(1,58,149); }

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

background-color css

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

 a { background-color: rgb(1,58,149); }

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

border-color css

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

 span { border-color: rgb(1,58,149); }

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