Html Css Color HEX #01329B Smalt

📋 copy color: '#01329B'

red 1 ◦ green 50 ◦ blue 155

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

Shades of Smalt #01329B

Tints of Smalt #01329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 75.24%

R = 0.49%
G = 24.27%
B = 75.24%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01329B (or 0x01329B) is known color: Smalt. HEX triplet: 01, 32 and 9B. RGB value is (1,50,155). Sum of RGB (Red+Green+Blue) = 1+50+155=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #01329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01329B is #FECD64. Grayscale: #2E2E2E. Windows color (decimal): -16698725 or 10170881. OLE color: 10170881.

HSL color Cylindrical-coordinate representation of color #01329B: hue angle of 220.91º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01329B is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 50 155 -
CMYK 0.99 0.68 0 0.39
HSL 220.91º 0.99% 0.31% -
HSV(B) 220.91º 0.99% 0.61% -
XYZ 7.07 4.65 31.54 -
YUV 47.32 188.77 94.96 -
System Red Green Blue C M Y K H S L
Decimal 1 50 155 0.99 0.68 0 0.39 220.91 0.99 0.31
Hex 1 32 9B 63 44 0 27 DD 63 1F
Octal 1 62 233 143 104 0 47 335 143 37
Binary 1 110010 10011011 1100011 1000100 0 100111 11011101 1100011 11111

Color Harmonies of #01329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01329B

Black with #01329B

Text Example


Text Example

White with #01329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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