Html Css Color HEX #01328F Smalt

📋 copy color: '#01328F'

red 1 ◦ green 50 ◦ blue 143

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

Shades of Smalt #01328F

Tints of Smalt #01328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 73.71%

R = 0.52%
G = 25.77%
B = 73.71%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01328F (or 0x01328F) is known color: Smalt. HEX triplet: 01, 32 and 8F. RGB value is (1,50,143). Sum of RGB (Red+Green+Blue) = 1+50+143=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 143 (56.25% from 255 or 73.71% from 194); Max value from RGB is 143 - color contains mainly: blue. Hex color #01328F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01328F is #FECD70. Grayscale: #2D2D2D. Windows color (decimal): -16698737 or 9384449. OLE color: 9384449.

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

Color convert

RGB 1 50 143 -
CMYK 0.99 0.65 0 0.44
HSL 219.3º 0.99% 0.28% -
HSV(B) 219.3º 0.99% 0.56% -
XYZ 6.11 4.27 26.49 -
YUV 45.95 182.77 95.94 -
System Red Green Blue C M Y K H S L
Decimal 1 50 143 0.99 0.65 0 0.44 219.3 0.99 0.28
Hex 1 32 8F 63 41 0 2C DB 63 1C
Octal 1 62 217 143 101 0 54 333 143 34
Binary 1 110010 10001111 1100011 1000001 0 101100 11011011 1100011 11100

Color Harmonies of #01328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01328F

Black with #01328F

Text Example


Text Example

White with #01328F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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