Html Css Color HEX #012891 Smalt

📋 copy color: '#012891'

red 1 ◦ green 40 ◦ blue 145

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

Shades of Smalt #012891

Tints of Smalt #012891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.51%

 BLUE value IS 145 (57.03% from 255) = 77.96%

R = 0.54%
G = 21.51%
B = 77.96%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#012891 (or 0x012891) is known color: Smalt. HEX triplet: 01, 28 and 91. RGB value is (1,40,145). Sum of RGB (Red+Green+Blue) = 1+40+145=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 145 (57.03% from 255 or 77.96% from 186); Max value from RGB is 145 - color contains mainly: blue. Hex color #012891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012891 is #FED76E. Grayscale: #272727. Windows color (decimal): -16701295 or 9512961. OLE color: 9512961.

HSL color Cylindrical-coordinate representation of color #012891: hue angle of 223.75º 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 #012891 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 40 145 -
CMYK 0.99 0.72 0 0.43
HSL 223.75º 0.99% 0.29% -
HSV(B) 223.75º 0.99% 0.57% -
XYZ 5.88 3.57 27.17 -
YUV 40.31 187.08 99.96 -
System Red Green Blue C M Y K H S L
Decimal 1 40 145 0.99 0.72 0 0.43 223.75 0.99 0.29
Hex 1 28 91 63 48 0 2B E0 63 1D
Octal 1 50 221 143 110 0 53 340 143 35
Binary 1 101000 10010001 1100011 1001000 0 101011 11100000 1100011 11101

Color Harmonies of #012891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012891

Black with #012891

Text Example


Text Example

White with #012891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012891; }

 p { color: rgb(1,40,145); }

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

background-color css

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

 a { background-color: rgb(1,40,145); }

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

border-color css

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

 span { border-color: rgb(1,40,145); }

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