Html Css Color HEX #013D94 Smalt

📋 copy color: '#013D94'

red 1 ◦ green 61 ◦ blue 148

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

Shades of Smalt #013D94

Tints of Smalt #013D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 70.48%

R = 0.48%
G = 29.05%
B = 70.48%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#013D94 (or 0x013D94) is known color: Smalt. HEX triplet: 01, 3D and 94. RGB value is (1,61,148). Sum of RGB (Red+Green+Blue) = 1+61+148=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #013D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013D94 is #FEC26B. Grayscale: #343434. Windows color (decimal): -16695916 or 9714945. OLE color: 9714945.

HSL color Cylindrical-coordinate representation of color #013D94: hue angle of 215.51º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013D94 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 61 148 -
CMYK 0.99 0.59 0 0.42
HSL 215.51º 0.99% 0.29% -
HSV(B) 215.51º 0.99% 0.58% -
XYZ 7.03 5.48 28.7 -
YUV 52.98 181.62 90.93 -
System Red Green Blue C M Y K H S L
Decimal 1 61 148 0.99 0.59 0 0.42 215.51 0.99 0.29
Hex 1 3D 94 63 3B 0 2A D8 63 1D
Octal 1 75 224 143 73 0 52 330 143 35
Binary 1 111101 10010100 1100011 111011 0 101010 11011000 1100011 11101

Color Harmonies of #013D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D94

Black with #013D94

Text Example


Text Example

White with #013D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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