Html Css Color HEX #014397 Smalt

📋 copy color: '#014397'

red 1 ◦ green 67 ◦ blue 151

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

Shades of Smalt #014397

Tints of Smalt #014397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 0.46%
G = 30.59%
B = 68.95%

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

#014397 (or 0x014397) is known color: Smalt. HEX triplet: 01, 43 and 97. RGB value is (1,67,151). Sum of RGB (Red+Green+Blue) = 1+67+151=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #014397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014397 is #FEBC68. Grayscale: #383838. Windows color (decimal): -16694377 or 9913089. OLE color: 9913089.

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

Color convert

RGB 1 67 151 -
CMYK 0.99 0.56 0 0.41
HSL 213.6º 0.99% 0.3% -
HSV(B) 213.6º 0.99% 0.59% -
XYZ 7.61 6.26 30.08 -
YUV 56.84 181.13 88.17 -
System Red Green Blue C M Y K H S L
Decimal 1 67 151 0.99 0.56 0 0.41 213.6 0.99 0.3
Hex 1 43 97 63 38 0 29 D6 63 1E
Octal 1 103 227 143 70 0 51 326 143 36
Binary 1 1000011 10010111 1100011 111000 0 101001 11010110 1100011 11110

Color Harmonies of #014397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014397

Black with #014397

Text Example


Text Example

White with #014397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014397; }

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

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

background-color css

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

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

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

border-color css

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

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

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