Html Css Color HEX #014191 Smalt

📋 copy color: '#014191'

red 1 ◦ green 65 ◦ blue 145

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

Shades of Smalt #014191

Tints of Smalt #014191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.81%

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

R = 0.47%
G = 30.81%
B = 68.72%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#014191 (or 0x014191) is known color: Smalt. HEX triplet: 01, 41 and 91. RGB value is (1,65,145). Sum of RGB (Red+Green+Blue) = 1+65+145=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #014191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014191 is #FEBE6E. Grayscale: #363636. Windows color (decimal): -16694895 or 9519361. OLE color: 9519361.

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

Color convert

RGB 1 65 145 -
CMYK 0.99 0.55 0 0.43
HSL 213.33º 0.99% 0.29% -
HSV(B) 213.33º 0.99% 0.57% -
XYZ 7.01 5.83 27.54 -
YUV 54.98 178.8 89.5 -
System Red Green Blue C M Y K H S L
Decimal 1 65 145 0.99 0.55 0 0.43 213.33 0.99 0.29
Hex 1 41 91 63 37 0 2B D5 63 1D
Octal 1 101 221 143 67 0 53 325 143 35
Binary 1 1000001 10010001 1100011 110111 0 101011 11010101 1100011 11101

Color Harmonies of #014191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014191

Black with #014191

Text Example


Text Example

White with #014191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014191; }

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

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

background-color css

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

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

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

border-color css

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

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

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