Html Css Color HEX #012691 Smalt

📋 copy color: '#012691'

red 1 ◦ green 38 ◦ blue 145

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

Shades of Smalt #012691

Tints of Smalt #012691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.65%

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

R = 0.54%
G = 20.65%
B = 78.8%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#012691 (or 0x012691) is known color: Smalt. HEX triplet: 01, 26 and 91. RGB value is (1,38,145). Sum of RGB (Red+Green+Blue) = 1+38+145=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 145 (57.03% from 255 or 78.80% from 184); Max value from RGB is 145 - color contains mainly: blue. Hex color #012691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012691 is #FED96E. Grayscale: #262626. Windows color (decimal): -16701807 or 9512449. OLE color: 9512449.

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

Color convert

RGB 1 38 145 -
CMYK 0.99 0.74 0 0.43
HSL 224.58º 0.99% 0.29% -
HSV(B) 224.58º 0.99% 0.57% -
XYZ 5.82 3.44 27.14 -
YUV 39.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 1 38 145 0.99 0.74 0 0.43 224.58 0.99 0.29
Hex 1 26 91 63 4A 0 2B E1 63 1D
Octal 1 46 221 143 112 0 53 341 143 35
Binary 1 100110 10010001 1100011 1001010 0 101011 11100001 1100011 11101

Color Harmonies of #012691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012691

Black with #012691

Text Example


Text Example

White with #012691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012691; }

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

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

background-color css

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

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

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

border-color css

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

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

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