Html Css Color HEX #014090 Smalt

📋 copy color: '#014090'

red 1 ◦ green 64 ◦ blue 144

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

Shades of Smalt #014090

Tints of Smalt #014090

RGB

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

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

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

R = 0.48%
G = 30.62%
B = 68.9%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#014090 (or 0x014090) is known color: Smalt. HEX triplet: 01, 40 and 90. RGB value is (1,64,144). Sum of RGB (Red+Green+Blue) = 1+64+144=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #014090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014090 is #FEBF6F. Grayscale: #353535. Windows color (decimal): -16695152 or 9453569. OLE color: 9453569.

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

Color convert

RGB 1 64 144 -
CMYK 0.99 0.56 0 0.44
HSL 213.57º 0.99% 0.28% -
HSV(B) 213.57º 0.99% 0.56% -
XYZ 6.88 5.69 27.12 -
YUV 54.28 178.63 90 -
System Red Green Blue C M Y K H S L
Decimal 1 64 144 0.99 0.56 0 0.44 213.57 0.99 0.28
Hex 1 40 90 63 38 0 2C D6 63 1C
Octal 1 100 220 143 70 0 54 326 143 34
Binary 1 1000000 10010000 1100011 111000 0 101100 11010110 1100011 11100

Color Harmonies of #014090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014090

Black with #014090

Text Example


Text Example

White with #014090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014090; }

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

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

background-color css

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

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

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

border-color css

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

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

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