Html Css Color HEX #012796 Smalt

📋 copy color: '#012796'

red 1 ◦ green 39 ◦ blue 150

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

Shades of Smalt #012796

Tints of Smalt #012796

RGB

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

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

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

R = 0.53%
G = 20.53%
B = 78.95%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#012796 (or 0x012796) is known color: Smalt. HEX triplet: 01, 27 and 96. RGB value is (1,39,150). Sum of RGB (Red+Green+Blue) = 1+39+150=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #012796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012796 is #FED869. Grayscale: #272727. Windows color (decimal): -16701546 or 9840385. OLE color: 9840385.

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

Color convert

RGB 1 39 150 -
CMYK 0.99 0.74 0 0.41
HSL 224.7º 0.99% 0.3% -
HSV(B) 224.7º 0.99% 0.59% -
XYZ 6.24 3.66 29.23 -
YUV 40.29 189.91 99.97 -
System Red Green Blue C M Y K H S L
Decimal 1 39 150 0.99 0.74 0 0.41 224.7 0.99 0.3
Hex 1 27 96 63 4A 0 29 E1 63 1E
Octal 1 47 226 143 112 0 51 341 143 36
Binary 1 100111 10010110 1100011 1001010 0 101001 11100001 1100011 11110

Color Harmonies of #012796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012796

Black with #012796

Text Example


Text Example

White with #012796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012796; }

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

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

background-color css

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

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

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

border-color css

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

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

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