Html Css Color HEX #011D95 Smalt

📋 copy color: '#011D95'

red 1 ◦ green 29 ◦ blue 149

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

Shades of Smalt #011D95

Tints of Smalt #011D95

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.2%

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

R = 0.56%
G = 16.2%
B = 83.24%

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

#011D95 (or 0x011D95) is known color: Smalt. HEX triplet: 01, 1D and 95. RGB value is (1,29,149). Sum of RGB (Red+Green+Blue) = 1+29+149=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 149 (58.59% from 255 or 83.24% from 179); Max value from RGB is 149 - color contains mainly: blue. Hex color #011D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011D95 is #FEE26A. Grayscale: #212121. Windows color (decimal): -16704107 or 9772289. OLE color: 9772289.

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

Color convert

RGB 1 29 149 -
CMYK 0.99 0.81 0 0.42
HSL 228.65º 0.99% 0.29% -
HSV(B) 228.65º 0.99% 0.58% -
XYZ 5.88 3.06 28.71 -
YUV 34.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 1 29 149 0.99 0.81 0 0.42 228.65 0.99 0.29
Hex 1 1D 95 63 51 0 2A E5 63 1D
Octal 1 35 225 143 121 0 52 345 143 35
Binary 1 11101 10010101 1100011 1010001 0 101010 11100101 1100011 11101

Color Harmonies of #011D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D95

Black with #011D95

Text Example


Text Example

White with #011D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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