Html Css Color HEX #014190 Smalt

📋 copy color: '#014190'

red 1 ◦ green 65 ◦ blue 144

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

Shades of Smalt #014190

Tints of Smalt #014190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 68.57%

R = 0.48%
G = 30.95%
B = 68.57%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#014190 (or 0x014190) is known color: Smalt. HEX triplet: 01, 41 and 90. RGB value is (1,65,144). Sum of RGB (Red+Green+Blue) = 1+65+144=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #014190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014190 is #FEBE6F. Grayscale: #363636. Windows color (decimal): -16694896 or 9453825. OLE color: 9453825.

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

Color convert

RGB 1 65 144 -
CMYK 0.99 0.55 0 0.44
HSL 213.15º 0.99% 0.28% -
HSV(B) 213.15º 0.99% 0.56% -
XYZ 6.94 5.8 27.14 -
YUV 54.87 178.3 89.58 -
System Red Green Blue C M Y K H S L
Decimal 1 65 144 0.99 0.55 0 0.44 213.15 0.99 0.28
Hex 1 41 90 63 37 0 2C D5 63 1C
Octal 1 101 220 143 67 0 54 325 143 34
Binary 1 1000001 10010000 1100011 110111 0 101100 11010101 1100011 11100

Color Harmonies of #014190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014190

Black with #014190

Text Example


Text Example

White with #014190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014190; }

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

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

background-color css

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

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

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

border-color css

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

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

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