Html Css Color HEX #014296 Smalt

📋 copy color: '#014296'

red 1 ◦ green 66 ◦ blue 150

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

Shades of Smalt #014296

Tints of Smalt #014296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

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

R = 0.46%
G = 30.41%
B = 69.12%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#014296 (or 0x014296) is known color: Smalt. HEX triplet: 01, 42 and 96. RGB value is (1,66,150). Sum of RGB (Red+Green+Blue) = 1+66+150=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #014296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014296 is #FEBD69. Grayscale: #373737. Windows color (decimal): -16694634 or 9847297. OLE color: 9847297.

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

Color convert

RGB 1 66 150 -
CMYK 0.99 0.56 0 0.41
HSL 213.83º 0.99% 0.3% -
HSV(B) 213.83º 0.99% 0.59% -
XYZ 7.47 6.1 29.64 -
YUV 56.14 180.97 88.67 -
System Red Green Blue C M Y K H S L
Decimal 1 66 150 0.99 0.56 0 0.41 213.83 0.99 0.3
Hex 1 42 96 63 38 0 29 D6 63 1E
Octal 1 102 226 143 70 0 51 326 143 36
Binary 1 1000010 10010110 1100011 111000 0 101001 11010110 1100011 11110

Color Harmonies of #014296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014296

Black with #014296

Text Example


Text Example

White with #014296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014296; }

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

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

background-color css

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

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

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

border-color css

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

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

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