Html Css Color HEX #013291 Smalt

📋 copy color: '#013291'

red 1 ◦ green 50 ◦ blue 145

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

Shades of Smalt #013291

Tints of Smalt #013291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 73.98%

R = 0.51%
G = 25.51%
B = 73.98%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#013291 (or 0x013291) is known color: Smalt. HEX triplet: 01, 32 and 91. RGB value is (1,50,145). Sum of RGB (Red+Green+Blue) = 1+50+145=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #013291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013291 is #FECD6E. Grayscale: #2D2D2D. Windows color (decimal): -16698735 or 9515521. OLE color: 9515521.

HSL color Cylindrical-coordinate representation of color #013291: hue angle of 219.58º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013291 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 50 145 -
CMYK 0.99 0.66 0 0.43
HSL 219.58º 0.99% 0.29% -
HSV(B) 219.58º 0.99% 0.57% -
XYZ 6.26 4.33 27.29 -
YUV 46.18 183.77 95.78 -
System Red Green Blue C M Y K H S L
Decimal 1 50 145 0.99 0.66 0 0.43 219.58 0.99 0.29
Hex 1 32 91 63 42 0 2B DC 63 1D
Octal 1 62 221 143 102 0 53 334 143 35
Binary 1 110010 10010001 1100011 1000010 0 101011 11011100 1100011 11101

Color Harmonies of #013291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013291

Black with #013291

Text Example


Text Example

White with #013291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013291; }

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

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

background-color css

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

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

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

border-color css

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

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

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