Html Css Color HEX #014297 Smalt

📋 copy color: '#014297'

red 1 ◦ green 66 ◦ blue 151

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

Shades of Smalt #014297

Tints of Smalt #014297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

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

R = 0.46%
G = 30.28%
B = 69.27%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#014297 (or 0x014297) is known color: Smalt. HEX triplet: 01, 42 and 97. RGB value is (1,66,151). Sum of RGB (Red+Green+Blue) = 1+66+151=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 151 (59.38% from 255 or 69.27% from 218); Max value from RGB is 151 - color contains mainly: blue. Hex color #014297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014297 is #FEBD68. Grayscale: #373737. Windows color (decimal): -16694633 or 9912833. OLE color: 9912833.

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

Color convert

RGB 1 66 151 -
CMYK 0.99 0.56 0 0.41
HSL 214º 0.99% 0.3% -
HSV(B) 214º 0.99% 0.59% -
XYZ 7.55 6.14 30.07 -
YUV 56.26 181.47 88.59 -
System Red Green Blue C M Y K H S L
Decimal 1 66 151 0.99 0.56 0 0.41 214 0.99 0.3
Hex 1 42 97 63 38 0 29 D6 63 1E
Octal 1 102 227 143 70 0 51 326 143 36
Binary 1 1000010 10010111 1100011 111000 0 101001 11010110 1100011 11110

Color Harmonies of #014297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014297

Black with #014297

Text Example


Text Example

White with #014297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014297; }

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

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

background-color css

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

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

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

border-color css

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

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

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