Html Css Color HEX #01328D Smalt

📋 copy color: '#01328D'

red 1 ◦ green 50 ◦ blue 141

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

Shades of Smalt #01328D

Tints of Smalt #01328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 73.44%

R = 0.52%
G = 26.04%
B = 73.44%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01328D (or 0x01328D) is known color: Smalt. HEX triplet: 01, 32 and 8D. RGB value is (1,50,141). Sum of RGB (Red+Green+Blue) = 1+50+141=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #01328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01328D is #FECD72. Grayscale: #2D2D2D. Windows color (decimal): -16698739 or 9253377. OLE color: 9253377.

HSL color Cylindrical-coordinate representation of color #01328D: hue angle of 219º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01328D is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 50 141 -
CMYK 0.99 0.65 0 0.45
HSL 219º 0.99% 0.28% -
HSV(B) 219º 0.99% 0.55% -
XYZ 5.96 4.21 25.7 -
YUV 45.72 181.77 96.1 -
System Red Green Blue C M Y K H S L
Decimal 1 50 141 0.99 0.65 0 0.45 219 0.99 0.28
Hex 1 32 8D 63 41 0 2D DB 63 1C
Octal 1 62 215 143 101 0 55 333 143 34
Binary 1 110010 10001101 1100011 1000001 0 101101 11011011 1100011 11100

Color Harmonies of #01328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01328D

Black with #01328D

Text Example


Text Example

White with #01328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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