Html Css Color HEX #011A95 Smalt

📋 copy color: '#011A95'

red 1 ◦ green 26 ◦ blue 149

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

Shades of Smalt #011A95

Tints of Smalt #011A95

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.77%

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

R = 0.57%
G = 14.77%
B = 84.66%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011A95 (or 0x011A95) is known color: Smalt. HEX triplet: 01, 1A and 95. RGB value is (1,26,149). Sum of RGB (Red+Green+Blue) = 1+26+149=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 149 (58.59% from 255 or 84.66% from 176); Max value from RGB is 149 - color contains mainly: blue. Hex color #011A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011A95 is #FEE56A. Grayscale: #202020. Windows color (decimal): -16704875 or 9771521. OLE color: 9771521.

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

Color convert

RGB 1 26 149 -
CMYK 0.99 0.83 0 0.42
HSL 229.86º 0.99% 0.29% -
HSV(B) 229.86º 0.99% 0.58% -
XYZ 5.81 2.92 28.69 -
YUV 32.55 193.72 105.5 -
System Red Green Blue C M Y K H S L
Decimal 1 26 149 0.99 0.83 0 0.42 229.86 0.99 0.29
Hex 1 1A 95 63 53 0 2A E6 63 1D
Octal 1 32 225 143 123 0 52 346 143 35
Binary 1 11010 10010101 1100011 1010011 0 101010 11100110 1100011 11101

Color Harmonies of #011A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A95

Black with #011A95

Text Example


Text Example

White with #011A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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