Html Css Color HEX #014497 Smalt

📋 copy color: '#014497'

red 1 ◦ green 68 ◦ blue 151

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

Shades of Smalt #014497

Tints of Smalt #014497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

 BLUE value IS 151 (59.38% from 255) = 68.64%

R = 0.45%
G = 30.91%
B = 68.64%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#014497 (or 0x014497) is known color: Smalt. HEX triplet: 01, 44 and 97. RGB value is (1,68,151). Sum of RGB (Red+Green+Blue) = 1+68+151=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #014497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014497 is #FEBB68. Grayscale: #393939. Windows color (decimal): -16694121 or 9913345. OLE color: 9913345.

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

Color convert

RGB 1 68 151 -
CMYK 0.99 0.55 0 0.41
HSL 213.2º 0.99% 0.3% -
HSV(B) 213.2º 0.99% 0.59% -
XYZ 7.67 6.38 30.1 -
YUV 57.43 180.8 87.75 -
System Red Green Blue C M Y K H S L
Decimal 1 68 151 0.99 0.55 0 0.41 213.2 0.99 0.3
Hex 1 44 97 63 37 0 29 D5 63 1E
Octal 1 104 227 143 67 0 51 325 143 36
Binary 1 1000100 10010111 1100011 110111 0 101001 11010101 1100011 11110

Color Harmonies of #014497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014497

Black with #014497

Text Example


Text Example

White with #014497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014497; }

 p { color: rgb(1,68,151); }

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

background-color css

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

 a { background-color: rgb(1,68,151); }

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

border-color css

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

 span { border-color: rgb(1,68,151); }

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