Html Css Color HEX #011B8E Smalt

📋 copy color: '#011B8E'

red 1 ◦ green 27 ◦ blue 142

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

Shades of Smalt #011B8E

Tints of Smalt #011B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 83.53%

R = 0.59%
G = 15.88%
B = 83.53%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#011B8E (or 0x011B8E) is known color: Smalt. HEX triplet: 01, 1B and 8E. RGB value is (1,27,142). Sum of RGB (Red+Green+Blue) = 1+27+142=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 142 (55.86% from 255 or 83.53% from 170); Max value from RGB is 142 - color contains mainly: blue. Hex color #011B8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B8E is #FEE471. Grayscale: #1F1F1F. Windows color (decimal): -16704626 or 9313025. OLE color: 9313025.

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

Color convert

RGB 1 27 142 -
CMYK 0.99 0.81 0 0.44
HSL 228.94º 0.99% 0.28% -
HSV(B) 228.94º 0.99% 0.56% -
XYZ 5.29 2.74 25.84 -
YUV 32.34 189.89 105.65 -
System Red Green Blue C M Y K H S L
Decimal 1 27 142 0.99 0.81 0 0.44 228.94 0.99 0.28
Hex 1 1B 8E 63 51 0 2C E5 63 1C
Octal 1 33 216 143 121 0 54 345 143 34
Binary 1 11011 10001110 1100011 1010001 0 101100 11100101 1100011 11100

Color Harmonies of #011B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B8E

Black with #011B8E

Text Example


Text Example

White with #011B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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