Html Css Color HEX #014099 Smalt

📋 copy color: '#014099'

red 1 ◦ green 64 ◦ blue 153

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

Shades of Smalt #014099

Tints of Smalt #014099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.18%

R = 0.46%
G = 29.36%
B = 70.18%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#014099 (or 0x014099) is known color: Smalt. HEX triplet: 01, 40 and 99. RGB value is (1,64,153). Sum of RGB (Red+Green+Blue) = 1+64+153=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #014099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014099 is #FEBF66. Grayscale: #363636. Windows color (decimal): -16695143 or 10043393. OLE color: 10043393.

HSL color Cylindrical-coordinate representation of color #014099: hue angle of 215.13º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014099 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 64 153 -
CMYK 0.99 0.58 0 0.4
HSL 215.13º 0.99% 0.3% -
HSV(B) 215.13º 0.99% 0.6% -
XYZ 7.6 5.97 30.89 -
YUV 55.31 183.13 89.26 -
System Red Green Blue C M Y K H S L
Decimal 1 64 153 0.99 0.58 0 0.4 215.13 0.99 0.3
Hex 1 40 99 63 3A 0 28 D7 63 1E
Octal 1 100 231 143 72 0 50 327 143 36
Binary 1 1000000 10011001 1100011 111010 0 101000 11010111 1100011 11110

Color Harmonies of #014099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014099

Black with #014099

Text Example


Text Example

White with #014099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014099; }

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

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

background-color css

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

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

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

border-color css

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

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

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