Html Css Color HEX #011F94 Smalt

📋 copy color: '#011F94'

red 1 ◦ green 31 ◦ blue 148

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

Shades of Smalt #011F94

Tints of Smalt #011F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 82.22%

R = 0.56%
G = 17.22%
B = 82.22%

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

#011F94 (or 0x011F94) is known color: Smalt. HEX triplet: 01, 1F and 94. RGB value is (1,31,148). Sum of RGB (Red+Green+Blue) = 1+31+148=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 148 (58.20% from 255 or 82.22% from 180); Max value from RGB is 148 - color contains mainly: blue. Hex color #011F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011F94 is #FEE06B. Grayscale: #222222. Windows color (decimal): -16703596 or 9707265. OLE color: 9707265.

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

Color convert

RGB 1 31 148 -
CMYK 0.99 0.79 0 0.42
HSL 227.76º 0.99% 0.29% -
HSV(B) 227.76º 0.99% 0.58% -
XYZ 5.85 3.12 28.31 -
YUV 35.37 191.56 103.49 -
System Red Green Blue C M Y K H S L
Decimal 1 31 148 0.99 0.79 0 0.42 227.76 0.99 0.29
Hex 1 1F 94 63 4F 0 2A E4 63 1D
Octal 1 37 224 143 117 0 52 344 143 35
Binary 1 11111 10010100 1100011 1001111 0 101010 11100100 1100011 11101

Color Harmonies of #011F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F94

Black with #011F94

Text Example


Text Example

White with #011F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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