Html Css Color HEX #01329D Smalt

📋 copy color: '#01329D'

red 1 ◦ green 50 ◦ blue 157

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

Shades of Smalt #01329D

Tints of Smalt #01329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

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

R = 0.48%
G = 24.04%
B = 75.48%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01329D (or 0x01329D) is known color: Smalt. HEX triplet: 01, 32 and 9D. RGB value is (1,50,157). Sum of RGB (Red+Green+Blue) = 1+50+157=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #01329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01329D is #FECD62. Grayscale: #2F2F2F. Windows color (decimal): -16698723 or 10301953. OLE color: 10301953.

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

Color convert

RGB 1 50 157 -
CMYK 0.99 0.68 0 0.38
HSL 221.15º 0.99% 0.31% -
HSV(B) 221.15º 0.99% 0.62% -
XYZ 7.24 4.72 32.43 -
YUV 47.55 189.77 94.8 -
System Red Green Blue C M Y K H S L
Decimal 1 50 157 0.99 0.68 0 0.38 221.15 0.99 0.31
Hex 1 32 9D 63 44 0 26 DD 63 1F
Octal 1 62 235 143 104 0 46 335 143 37
Binary 1 110010 10011101 1100011 1000100 0 100110 11011101 1100011 11111

Color Harmonies of #01329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01329D

Black with #01329D

Text Example


Text Example

White with #01329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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