Html Css Color HEX #013D9E Smalt

📋 copy color: '#013D9E'

red 1 ◦ green 61 ◦ blue 158

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

Shades of Smalt #013D9E

Tints of Smalt #013D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 71.82%

R = 0.45%
G = 27.73%
B = 71.82%

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

#013D9E (or 0x013D9E) is known color: Smalt. HEX triplet: 01, 3D and 9E. RGB value is (1,61,158). Sum of RGB (Red+Green+Blue) = 1+61+158=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #013D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013D9E is #FEC261. Grayscale: #353535. Windows color (decimal): -16695906 or 10370305. OLE color: 10370305.

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

Color convert

RGB 1 61 158 -
CMYK 0.99 0.61 0 0.38
HSL 217.07º 0.99% 0.31% -
HSV(B) 217.07º 0.99% 0.62% -
XYZ 7.85 5.81 33.06 -
YUV 54.12 186.62 90.11 -
System Red Green Blue C M Y K H S L
Decimal 1 61 158 0.99 0.61 0 0.38 217.07 0.99 0.31
Hex 1 3D 9E 63 3D 0 26 D9 63 1F
Octal 1 75 236 143 75 0 46 331 143 37
Binary 1 111101 10011110 1100011 111101 0 100110 11011001 1100011 11111

Color Harmonies of #013D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D9E

Black with #013D9E

Text Example


Text Example

White with #013D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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