Html Css Color HEX #012496 Smalt

📋 copy color: '#012496'

red 1 ◦ green 36 ◦ blue 150

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

Shades of Smalt #012496

Tints of Smalt #012496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.25%

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

R = 0.53%
G = 19.25%
B = 80.21%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#012496 (or 0x012496) is known color: Smalt. HEX triplet: 01, 24 and 96. RGB value is (1,36,150). Sum of RGB (Red+Green+Blue) = 1+36+150=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #012496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012496 is #FEDB69. Grayscale: #262626. Windows color (decimal): -16702314 or 9839617. OLE color: 9839617.

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

Color convert

RGB 1 36 150 -
CMYK 0.99 0.76 0 0.41
HSL 225.91º 0.99% 0.3% -
HSV(B) 225.91º 0.99% 0.59% -
XYZ 6.15 3.47 29.2 -
YUV 38.53 190.9 101.23 -
System Red Green Blue C M Y K H S L
Decimal 1 36 150 0.99 0.76 0 0.41 225.91 0.99 0.3
Hex 1 24 96 63 4C 0 29 E2 63 1E
Octal 1 44 226 143 114 0 51 342 143 36
Binary 1 100100 10010110 1100011 1001100 0 101001 11100010 1100011 11110

Color Harmonies of #012496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012496

Black with #012496

Text Example


Text Example

White with #012496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012496; }

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

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

background-color css

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

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

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

border-color css

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

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

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