Html Css Color HEX #011E8C Smalt

📋 copy color: '#011E8C'

red 1 ◦ green 30 ◦ blue 140

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

Shades of Smalt #011E8C

Tints of Smalt #011E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 81.87%

R = 0.58%
G = 17.54%
B = 81.87%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#011E8C (or 0x011E8C) is known color: Smalt. HEX triplet: 01, 1E and 8C. RGB value is (1,30,140). Sum of RGB (Red+Green+Blue) = 1+30+140=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 140 (55.08% from 255 or 81.87% from 171); Max value from RGB is 140 - color contains mainly: blue. Hex color #011E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011E8C is #FEE173. Grayscale: #212121. Windows color (decimal): -16703860 or 9182721. OLE color: 9182721.

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

Color convert

RGB 1 30 140 -
CMYK 0.99 0.79 0 0.45
HSL 227.48º 0.99% 0.28% -
HSV(B) 227.48º 0.99% 0.55% -
XYZ 5.21 2.83 25.08 -
YUV 33.87 187.89 104.56 -
System Red Green Blue C M Y K H S L
Decimal 1 30 140 0.99 0.79 0 0.45 227.48 0.99 0.28
Hex 1 1E 8C 63 4F 0 2D E3 63 1C
Octal 1 36 214 143 117 0 55 343 143 34
Binary 1 11110 10001100 1100011 1001111 0 101101 11100011 1100011 11100

Color Harmonies of #011E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E8C

Black with #011E8C

Text Example


Text Example

White with #011E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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