Html Css Color HEX #01329C Smalt

📋 copy color: '#01329C'

red 1 ◦ green 50 ◦ blue 156

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

Shades of Smalt #01329C

Tints of Smalt #01329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 75.36%

R = 0.48%
G = 24.15%
B = 75.36%

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

#01329C (or 0x01329C) is known color: Smalt. HEX triplet: 01, 32 and 9C. RGB value is (1,50,156). Sum of RGB (Red+Green+Blue) = 1+50+156=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #01329C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01329C is #FECD63. Grayscale: #2E2E2E. Windows color (decimal): -16698724 or 10236417. OLE color: 10236417.

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

Color convert

RGB 1 50 156 -
CMYK 0.99 0.68 0 0.39
HSL 221.03º 0.99% 0.31% -
HSV(B) 221.03º 0.99% 0.61% -
XYZ 7.15 4.69 31.98 -
YUV 47.43 189.27 94.88 -
System Red Green Blue C M Y K H S L
Decimal 1 50 156 0.99 0.68 0 0.39 221.03 0.99 0.31
Hex 1 32 9C 63 44 0 27 DD 63 1F
Octal 1 62 234 143 104 0 47 335 143 37
Binary 1 110010 10011100 1100011 1000100 0 100111 11011101 1100011 11111

Color Harmonies of #01329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01329C

Black with #01329C

Text Example


Text Example

White with #01329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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