Html Css Color HEX #013995 Smalt

📋 copy color: '#013995'

red 1 ◦ green 57 ◦ blue 149

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

Shades of Smalt #013995

Tints of Smalt #013995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

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

R = 0.48%
G = 27.54%
B = 71.98%

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

#013995 (or 0x013995) is known color: Smalt. HEX triplet: 01, 39 and 95. RGB value is (1,57,149). Sum of RGB (Red+Green+Blue) = 1+57+149=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #013995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013995 is #FEC66A. Grayscale: #323232. Windows color (decimal): -16696939 or 9779457. OLE color: 9779457.

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

Color convert

RGB 1 57 149 -
CMYK 0.99 0.62 0 0.42
HSL 217.3º 0.99% 0.29% -
HSV(B) 217.3º 0.99% 0.58% -
XYZ 6.9 5.1 29.05 -
YUV 50.74 183.45 92.52 -
System Red Green Blue C M Y K H S L
Decimal 1 57 149 0.99 0.62 0 0.42 217.3 0.99 0.29
Hex 1 39 95 63 3E 0 2A D9 63 1D
Octal 1 71 225 143 76 0 52 331 143 35
Binary 1 111001 10010101 1100011 111110 0 101010 11011001 1100011 11101

Color Harmonies of #013995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013995

Black with #013995

Text Example


Text Example

White with #013995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013995; }

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

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

background-color css

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

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

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

border-color css

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

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

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