Html Css Color HEX #013D95 Smalt

📋 copy color: '#013D95'

red 1 ◦ green 61 ◦ blue 149

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

Shades of Smalt #013D95

Tints of Smalt #013D95

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.91%

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

R = 0.47%
G = 28.91%
B = 70.62%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013D95 (or 0x013D95) is known color: Smalt. HEX triplet: 01, 3D and 95. RGB value is (1,61,149). Sum of RGB (Red+Green+Blue) = 1+61+149=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #013D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013D95 is #FEC26A. Grayscale: #343434. Windows color (decimal): -16695915 or 9780481. OLE color: 9780481.

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

Color convert

RGB 1 61 149 -
CMYK 0.99 0.59 0 0.42
HSL 215.68º 0.99% 0.29% -
HSV(B) 215.68º 0.99% 0.58% -
XYZ 7.11 5.51 29.12 -
YUV 53.09 182.12 90.84 -
System Red Green Blue C M Y K H S L
Decimal 1 61 149 0.99 0.59 0 0.42 215.68 0.99 0.29
Hex 1 3D 95 63 3B 0 2A D8 63 1D
Octal 1 75 225 143 73 0 52 330 143 35
Binary 1 111101 10010101 1100011 111011 0 101010 11011000 1100011 11101

Color Harmonies of #013D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D95

Black with #013D95

Text Example


Text Example

White with #013D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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