Html Css Color HEX #011B91 Smalt

📋 copy color: '#011B91'

red 1 ◦ green 27 ◦ blue 145

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

Shades of Smalt #011B91

Tints of Smalt #011B91

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.61%

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

R = 0.58%
G = 15.61%
B = 83.82%

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

#011B91 (or 0x011B91) is known color: Smalt. HEX triplet: 01, 1B and 91. RGB value is (1,27,145). Sum of RGB (Red+Green+Blue) = 1+27+145=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 145 (57.03% from 255 or 83.82% from 173); Max value from RGB is 145 - color contains mainly: blue. Hex color #011B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B91 is #FEE46E. Grayscale: #202020. Windows color (decimal): -16704623 or 9509633. OLE color: 9509633.

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

Color convert

RGB 1 27 145 -
CMYK 0.99 0.81 0 0.43
HSL 229.17º 0.99% 0.29% -
HSV(B) 229.17º 0.99% 0.57% -
XYZ 5.52 2.83 27.04 -
YUV 32.68 191.39 105.41 -
System Red Green Blue C M Y K H S L
Decimal 1 27 145 0.99 0.81 0 0.43 229.17 0.99 0.29
Hex 1 1B 91 63 51 0 2B E5 63 1D
Octal 1 33 221 143 121 0 53 345 143 35
Binary 1 11011 10010001 1100011 1010001 0 101011 11100101 1100011 11101

Color Harmonies of #011B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B91

Black with #011B91

Text Example


Text Example

White with #011B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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