Html Css Color HEX #014091 Smalt

📋 copy color: '#014091'

red 1 ◦ green 64 ◦ blue 145

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

Shades of Smalt #014091

Tints of Smalt #014091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 69.05%

R = 0.48%
G = 30.48%
B = 69.05%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#014091 (or 0x014091) is known color: Smalt. HEX triplet: 01, 40 and 91. RGB value is (1,64,145). Sum of RGB (Red+Green+Blue) = 1+64+145=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #014091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014091 is #FEBF6E. Grayscale: #363636. Windows color (decimal): -16695151 or 9519105. OLE color: 9519105.

HSL color Cylindrical-coordinate representation of color #014091: hue angle of 213.75º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014091 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 64 145 -
CMYK 0.99 0.56 0 0.43
HSL 213.75º 0.99% 0.29% -
HSV(B) 213.75º 0.99% 0.57% -
XYZ 6.96 5.72 27.53 -
YUV 54.4 179.13 89.91 -
System Red Green Blue C M Y K H S L
Decimal 1 64 145 0.99 0.56 0 0.43 213.75 0.99 0.29
Hex 1 40 91 63 38 0 2B D6 63 1D
Octal 1 100 221 143 70 0 53 326 143 35
Binary 1 1000000 10010001 1100011 111000 0 101011 11010110 1100011 11101

Color Harmonies of #014091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014091

Black with #014091

Text Example


Text Example

White with #014091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014091; }

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

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

background-color css

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

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

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

border-color css

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

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

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