Html Css Color HEX #013D9F Smalt

📋 copy color: '#013D9F'

red 1 ◦ green 61 ◦ blue 159

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

Shades of Smalt #013D9F

Tints of Smalt #013D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 71.95%

R = 0.45%
G = 27.6%
B = 71.95%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#013D9F (or 0x013D9F) is known color: Smalt. HEX triplet: 01, 3D and 9F. RGB value is (1,61,159). Sum of RGB (Red+Green+Blue) = 1+61+159=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #013D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013D9F is #FEC260. Grayscale: #353535. Windows color (decimal): -16695905 or 10435841. OLE color: 10435841.

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

Color convert

RGB 1 61 159 -
CMYK 0.99 0.62 0 0.38
HSL 217.22º 0.99% 0.31% -
HSV(B) 217.22º 0.99% 0.62% -
XYZ 7.94 5.85 33.51 -
YUV 54.23 187.12 90.03 -
System Red Green Blue C M Y K H S L
Decimal 1 61 159 0.99 0.62 0 0.38 217.22 0.99 0.31
Hex 1 3D 9F 63 3E 0 26 D9 63 1F
Octal 1 75 237 143 76 0 46 331 143 37
Binary 1 111101 10011111 1100011 111110 0 100110 11011001 1100011 11111

Color Harmonies of #013D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D9F

Black with #013D9F

Text Example


Text Example

White with #013D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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