Html Css Color HEX #013D8E Smalt

📋 copy color: '#013D8E'

red 1 ◦ green 61 ◦ blue 142

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

Shades of Smalt #013D8E

Tints of Smalt #013D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 69.61%

R = 0.49%
G = 29.9%
B = 69.61%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#013D8E (or 0x013D8E) is known color: Smalt. HEX triplet: 01, 3D and 8E. RGB value is (1,61,142). Sum of RGB (Red+Green+Blue) = 1+61+142=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #013D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013D8E is #FEC271. Grayscale: #333333. Windows color (decimal): -16695922 or 9321729. OLE color: 9321729.

HSL color Cylindrical-coordinate representation of color #013D8E: hue angle of 214.47º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013D8E is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 61 142 -
CMYK 0.99 0.57 0 0.44
HSL 214.47º 0.99% 0.28% -
HSV(B) 214.47º 0.99% 0.56% -
XYZ 6.56 5.3 26.27 -
YUV 52.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 1 61 142 0.99 0.57 0 0.44 214.47 0.99 0.28
Hex 1 3D 8E 63 39 0 2C D6 63 1C
Octal 1 75 216 143 71 0 54 326 143 34
Binary 1 111101 10001110 1100011 111001 0 101100 11010110 1100011 11100

Color Harmonies of #013D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D8E

Black with #013D8E

Text Example


Text Example

White with #013D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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