Html Css Color HEX #01409D Smalt

📋 copy color: '#01409D'

red 1 ◦ green 64 ◦ blue 157

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

Shades of Smalt #01409D

Tints of Smalt #01409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.83%

 BLUE value IS 157 (61.72% from 255) = 70.72%

R = 0.45%
G = 28.83%
B = 70.72%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01409D (or 0x01409D) is known color: Smalt. HEX triplet: 01, 40 and 9D. RGB value is (1,64,157). Sum of RGB (Red+Green+Blue) = 1+64+157=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #01409D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01409D is #FEBF62. Grayscale: #373737. Windows color (decimal): -16695139 or 10305537. OLE color: 10305537.

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

Color convert

RGB 1 64 157 -
CMYK 0.99 0.59 0 0.38
HSL 215.77º 0.99% 0.31% -
HSV(B) 215.77º 0.99% 0.62% -
XYZ 7.93 6.11 32.66 -
YUV 55.77 185.13 88.94 -
System Red Green Blue C M Y K H S L
Decimal 1 64 157 0.99 0.59 0 0.38 215.77 0.99 0.31
Hex 1 40 9D 63 3B 0 26 D8 63 1F
Octal 1 100 235 143 73 0 46 330 143 37
Binary 1 1000000 10011101 1100011 111011 0 100110 11011000 1100011 11111

Color Harmonies of #01409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01409D

Black with #01409D

Text Example


Text Example

White with #01409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01409D; }

 p { color: rgb(1,64,157); }

 H1.HeaderClassName
 {
   color: #01409D;
 }
 .AnyTagClassName
 {
   color: #01409D;
 }
</style>

background-color css

<style>
 a { background-color: #01409D; }

 a { background-color: rgb(1,64,157); }

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

border-color css

<style>
 span { border-color: #01409D; }

 span { border-color: rgb(1,64,157); }

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