Html Css Color HEX #013D8D Smalt

📋 copy color: '#013D8D'

red 1 ◦ green 61 ◦ blue 141

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

Shades of Smalt #013D8D

Tints of Smalt #013D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.46%

R = 0.49%
G = 30.05%
B = 69.46%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#013D8D (or 0x013D8D) is known color: Smalt. HEX triplet: 01, 3D and 8D. RGB value is (1,61,141). Sum of RGB (Red+Green+Blue) = 1+61+141=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #013D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013D8D is #FEC272. Grayscale: #333333. Windows color (decimal): -16695923 or 9256193. OLE color: 9256193.

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

Color convert

RGB 1 61 141 -
CMYK 0.99 0.57 0 0.45
HSL 214.29º 0.99% 0.28% -
HSV(B) 214.29º 0.99% 0.55% -
XYZ 6.49 5.27 25.87 -
YUV 52.18 178.12 91.5 -
System Red Green Blue C M Y K H S L
Decimal 1 61 141 0.99 0.57 0 0.45 214.29 0.99 0.28
Hex 1 3D 8D 63 39 0 2D D6 63 1C
Octal 1 75 215 143 71 0 55 326 143 34
Binary 1 111101 10001101 1100011 111001 0 101101 11010110 1100011 11100

Color Harmonies of #013D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D8D

Black with #013D8D

Text Example


Text Example

White with #013D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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