Html Css Color HEX #011C91 Smalt

📋 copy color: '#011C91'

red 1 ◦ green 28 ◦ blue 145

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

Shades of Smalt #011C91

Tints of Smalt #011C91

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.09%

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

R = 0.57%
G = 16.09%
B = 83.33%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#011C91 (or 0x011C91) is known color: Smalt. HEX triplet: 01, 1C and 91. RGB value is (1,28,145). Sum of RGB (Red+Green+Blue) = 1+28+145=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 145 (57.03% from 255 or 83.33% from 174); Max value from RGB is 145 - color contains mainly: blue. Hex color #011C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C91 is #FEE36E. Grayscale: #202020. Windows color (decimal): -16704367 or 9509889. OLE color: 9509889.

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

Color convert

RGB 1 28 145 -
CMYK 0.99 0.81 0 0.43
HSL 228.75º 0.99% 0.29% -
HSV(B) 228.75º 0.99% 0.57% -
XYZ 5.54 2.88 27.05 -
YUV 33.27 191.05 104.99 -
System Red Green Blue C M Y K H S L
Decimal 1 28 145 0.99 0.81 0 0.43 228.75 0.99 0.29
Hex 1 1C 91 63 51 0 2B E5 63 1D
Octal 1 34 221 143 121 0 53 345 143 35
Binary 1 11100 10010001 1100011 1010001 0 101011 11100101 1100011 11101

Color Harmonies of #011C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C91

Black with #011C91

Text Example


Text Example

White with #011C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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