Html Css Color HEX #012791 Smalt

📋 copy color: '#012791'

red 1 ◦ green 39 ◦ blue 145

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

Shades of Smalt #012791

Tints of Smalt #012791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

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

R = 0.54%
G = 21.08%
B = 78.38%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#012791 (or 0x012791) is known color: Smalt. HEX triplet: 01, 27 and 91. RGB value is (1,39,145). Sum of RGB (Red+Green+Blue) = 1+39+145=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #012791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012791 is #FED86E. Grayscale: #272727. Windows color (decimal): -16701551 or 9512705. OLE color: 9512705.

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

Color convert

RGB 1 39 145 -
CMYK 0.99 0.73 0 0.43
HSL 224.17º 0.99% 0.29% -
HSV(B) 224.17º 0.99% 0.57% -
XYZ 5.85 3.5 27.16 -
YUV 39.72 187.41 100.38 -
System Red Green Blue C M Y K H S L
Decimal 1 39 145 0.99 0.73 0 0.43 224.17 0.99 0.29
Hex 1 27 91 63 49 0 2B E0 63 1D
Octal 1 47 221 143 111 0 53 340 143 35
Binary 1 100111 10010001 1100011 1001001 0 101011 11100000 1100011 11101

Color Harmonies of #012791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012791

Black with #012791

Text Example


Text Example

White with #012791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012791; }

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

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

background-color css

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

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

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

border-color css

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

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

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