Html Css Color HEX #012896 Smalt

📋 copy color: '#012896'

red 1 ◦ green 40 ◦ blue 150

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

Shades of Smalt #012896

Tints of Smalt #012896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 78.53%

R = 0.52%
G = 20.94%
B = 78.53%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#012896 (or 0x012896) is known color: Smalt. HEX triplet: 01, 28 and 96. RGB value is (1,40,150). Sum of RGB (Red+Green+Blue) = 1+40+150=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #012896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012896 is #FED769. Grayscale: #282828. Windows color (decimal): -16701290 or 9840641. OLE color: 9840641.

HSL color Cylindrical-coordinate representation of color #012896: hue angle of 224.3º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012896 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 40 150 -
CMYK 0.99 0.73 0 0.41
HSL 224.3º 0.99% 0.3% -
HSV(B) 224.3º 0.99% 0.59% -
XYZ 6.28 3.73 29.24 -
YUV 40.88 189.58 99.56 -
System Red Green Blue C M Y K H S L
Decimal 1 40 150 0.99 0.73 0 0.41 224.3 0.99 0.3
Hex 1 28 96 63 49 0 29 E0 63 1E
Octal 1 50 226 143 111 0 51 340 143 36
Binary 1 101000 10010110 1100011 1001001 0 101001 11100000 1100011 11110

Color Harmonies of #012896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012896

Black with #012896

Text Example


Text Example

White with #012896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012896; }

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

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

background-color css

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

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

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

border-color css

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

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

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