Html Css Color HEX #013D9D Smalt

📋 copy color: '#013D9D'

red 1 ◦ green 61 ◦ blue 157

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

Shades of Smalt #013D9D

Tints of Smalt #013D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 71.69%

R = 0.46%
G = 27.85%
B = 71.69%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#013D9D (or 0x013D9D) is known color: Smalt. HEX triplet: 01, 3D and 9D. RGB value is (1,61,157). Sum of RGB (Red+Green+Blue) = 1+61+157=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #013D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013D9D is #FEC262. Grayscale: #353535. Windows color (decimal): -16695907 or 10304769. OLE color: 10304769.

HSL color Cylindrical-coordinate representation of color #013D9D: hue angle of 216.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013D9D is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 61 157 -
CMYK 0.99 0.61 0 0.38
HSL 216.92º 0.99% 0.31% -
HSV(B) 216.92º 0.99% 0.62% -
XYZ 7.77 5.78 32.6 -
YUV 54 186.12 90.19 -
System Red Green Blue C M Y K H S L
Decimal 1 61 157 0.99 0.61 0 0.38 216.92 0.99 0.31
Hex 1 3D 9D 63 3D 0 26 D9 63 1F
Octal 1 75 235 143 75 0 46 331 143 37
Binary 1 111101 10011101 1100011 111101 0 100110 11011001 1100011 11111

Color Harmonies of #013D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D9D

Black with #013D9D

Text Example


Text Example

White with #013D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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