Html Css Color HEX #011A92 Smalt

📋 copy color: '#011A92'

red 1 ◦ green 26 ◦ blue 146

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

Shades of Smalt #011A92

Tints of Smalt #011A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 84.39%

R = 0.58%
G = 15.03%
B = 84.39%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#011A92 (or 0x011A92) is known color: Smalt. HEX triplet: 01, 1A and 92. RGB value is (1,26,146). Sum of RGB (Red+Green+Blue) = 1+26+146=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 146 (57.42% from 255 or 84.39% from 173); Max value from RGB is 146 - color contains mainly: blue. Hex color #011A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011A92 is #FEE56D. Grayscale: #1F1F1F. Windows color (decimal): -16704878 or 9574913. OLE color: 9574913.

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

Color convert

RGB 1 26 146 -
CMYK 0.99 0.82 0 0.43
HSL 229.66º 0.99% 0.29% -
HSV(B) 229.66º 0.99% 0.57% -
XYZ 5.57 2.82 27.44 -
YUV 32.21 192.22 105.74 -
System Red Green Blue C M Y K H S L
Decimal 1 26 146 0.99 0.82 0 0.43 229.66 0.99 0.29
Hex 1 1A 92 63 52 0 2B E6 63 1D
Octal 1 32 222 143 122 0 53 346 143 35
Binary 1 11010 10010010 1100011 1010010 0 101011 11100110 1100011 11101

Color Harmonies of #011A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A92

Black with #011A92

Text Example


Text Example

White with #011A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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