Html Css Color HEX #012091 Smalt

📋 copy color: '#012091'

red 1 ◦ green 32 ◦ blue 145

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

Shades of Smalt #012091

Tints of Smalt #012091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.98%

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

R = 0.56%
G = 17.98%
B = 81.46%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#012091 (or 0x012091) is known color: Smalt. HEX triplet: 01, 20 and 91. RGB value is (1,32,145). Sum of RGB (Red+Green+Blue) = 1+32+145=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 145 (57.03% from 255 or 81.46% from 178); Max value from RGB is 145 - color contains mainly: blue. Hex color #012091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012091 is #FEDF6E. Grayscale: #232323. Windows color (decimal): -16703343 or 9510913. OLE color: 9510913.

HSL color Cylindrical-coordinate representation of color #012091: hue angle of 227.08º 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 #012091 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 32 145 -
CMYK 0.99 0.78 0 0.43
HSL 227.08º 0.99% 0.29% -
HSV(B) 227.08º 0.99% 0.57% -
XYZ 5.64 3.08 27.09 -
YUV 35.61 189.73 103.31 -
System Red Green Blue C M Y K H S L
Decimal 1 32 145 0.99 0.78 0 0.43 227.08 0.99 0.29
Hex 1 20 91 63 4E 0 2B E3 63 1D
Octal 1 40 221 143 116 0 53 343 143 35
Binary 1 100000 10010001 1100011 1001110 0 101011 11100011 1100011 11101

Color Harmonies of #012091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012091

Black with #012091

Text Example


Text Example

White with #012091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012091; }

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

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

background-color css

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

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

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

border-color css

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

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

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