Html Css Color HEX #011F95 Smalt

📋 copy color: '#011F95'

red 1 ◦ green 31 ◦ blue 149

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

Shades of Smalt #011F95

Tints of Smalt #011F95

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.13%

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

R = 0.55%
G = 17.13%
B = 82.32%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011F95 (or 0x011F95) is known color: Smalt. HEX triplet: 01, 1F and 95. RGB value is (1,31,149). Sum of RGB (Red+Green+Blue) = 1+31+149=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 149 (58.59% from 255 or 82.32% from 181); Max value from RGB is 149 - color contains mainly: blue. Hex color #011F95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011F95 is #FEE06A. Grayscale: #222222. Windows color (decimal): -16703595 or 9772801. OLE color: 9772801.

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

Color convert

RGB 1 31 149 -
CMYK 0.99 0.79 0 0.42
HSL 227.84º 0.99% 0.29% -
HSV(B) 227.84º 0.99% 0.58% -
XYZ 5.93 3.16 28.73 -
YUV 35.48 192.06 103.41 -
System Red Green Blue C M Y K H S L
Decimal 1 31 149 0.99 0.79 0 0.42 227.84 0.99 0.29
Hex 1 1F 95 63 4F 0 2A E4 63 1D
Octal 1 37 225 143 117 0 52 344 143 35
Binary 1 11111 10010101 1100011 1001111 0 101010 11100100 1100011 11101

Color Harmonies of #011F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F95

Black with #011F95

Text Example


Text Example

White with #011F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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