Html Css Color HEX #011C95 Smalt

📋 copy color: '#011C95'

red 1 ◦ green 28 ◦ blue 149

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

Shades of Smalt #011C95

Tints of Smalt #011C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 83.71%

R = 0.56%
G = 15.73%
B = 83.71%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011C95 (or 0x011C95) is known color: Smalt. HEX triplet: 01, 1C and 95. RGB value is (1,28,149). Sum of RGB (Red+Green+Blue) = 1+28+149=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 149 (58.59% from 255 or 83.71% from 178); Max value from RGB is 149 - color contains mainly: blue. Hex color #011C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C95 is #FEE36A. Grayscale: #212121. Windows color (decimal): -16704363 or 9772033. OLE color: 9772033.

HSL color Cylindrical-coordinate representation of color #011C95: hue angle of 229.05º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C95 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 28 149 -
CMYK 0.99 0.81 0 0.42
HSL 229.05º 0.99% 0.29% -
HSV(B) 229.05º 0.99% 0.58% -
XYZ 5.85 3.01 28.71 -
YUV 33.72 193.05 104.66 -
System Red Green Blue C M Y K H S L
Decimal 1 28 149 0.99 0.81 0 0.42 229.05 0.99 0.29
Hex 1 1C 95 63 51 0 2A E5 63 1D
Octal 1 34 225 143 121 0 52 345 143 35
Binary 1 11100 10010101 1100011 1010001 0 101010 11100101 1100011 11101

Color Harmonies of #011C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C95

Black with #011C95

Text Example


Text Example

White with #011C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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