Html Css Color HEX #014096 Smalt

📋 copy color: '#014096'

red 1 ◦ green 64 ◦ blue 150

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

Shades of Smalt #014096

Tints of Smalt #014096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.77%

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

R = 0.47%
G = 29.77%
B = 69.77%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#014096 (or 0x014096) is known color: Smalt. HEX triplet: 01, 40 and 96. RGB value is (1,64,150). Sum of RGB (Red+Green+Blue) = 1+64+150=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 150 (58.98% from 255 or 69.77% from 215); Max value from RGB is 150 - color contains mainly: blue. Hex color #014096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014096 is #FEBF69. Grayscale: #363636. Windows color (decimal): -16695146 or 9846785. OLE color: 9846785.

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

Color convert

RGB 1 64 150 -
CMYK 0.99 0.57 0 0.41
HSL 214.63º 0.99% 0.3% -
HSV(B) 214.63º 0.99% 0.59% -
XYZ 7.35 5.88 29.6 -
YUV 54.97 181.63 89.51 -
System Red Green Blue C M Y K H S L
Decimal 1 64 150 0.99 0.57 0 0.41 214.63 0.99 0.3
Hex 1 40 96 63 39 0 29 D7 63 1E
Octal 1 100 226 143 71 0 51 327 143 36
Binary 1 1000000 10010110 1100011 111001 0 101001 11010111 1100011 11110

Color Harmonies of #014096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014096

Black with #014096

Text Example


Text Example

White with #014096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014096; }

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

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

background-color css

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

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

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

border-color css

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

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

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