Html Css Color HEX #011E8B Smalt

📋 copy color: '#011E8B'

red 1 ◦ green 30 ◦ blue 139

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

Shades of Smalt #011E8B

Tints of Smalt #011E8B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.65%

 BLUE value IS 139 (54.69% from 255) = 81.76%

R = 0.59%
G = 17.65%
B = 81.76%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#011E8B (or 0x011E8B) is known color: Smalt. HEX triplet: 01, 1E and 8B. RGB value is (1,30,139). Sum of RGB (Red+Green+Blue) = 1+30+139=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 139 (54.69% from 255 or 81.76% from 170); Max value from RGB is 139 - color contains mainly: blue. Hex color #011E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011E8B is #FEE174. Grayscale: #212121. Windows color (decimal): -16703861 or 9117185. OLE color: 9117185.

HSL color Cylindrical-coordinate representation of color #011E8B: hue angle of 227.39º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E8B is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 30 139 -
CMYK 0.99 0.78 0 0.45
HSL 227.39º 0.99% 0.27% -
HSV(B) 227.39º 0.99% 0.55% -
XYZ 5.14 2.8 24.7 -
YUV 33.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 1 30 139 0.99 0.78 0 0.45 227.39 0.99 0.27
Hex 1 1E 8B 63 4E 0 2D E3 63 1B
Octal 1 36 213 143 116 0 55 343 143 33
Binary 1 11110 10001011 1100011 1001110 0 101101 11100011 1100011 11011

Color Harmonies of #011E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E8B

Black with #011E8B

Text Example


Text Example

White with #011E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,30,139); }

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

background-color css

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

 a { background-color: rgb(1,30,139); }

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

border-color css

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

 span { border-color: rgb(1,30,139); }

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