Html Css Color HEX #014194 Smalt

📋 copy color: '#014194'

red 1 ◦ green 65 ◦ blue 148

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

Shades of Smalt #014194

Tints of Smalt #014194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

 BLUE value IS 148 (58.2% from 255) = 69.16%

R = 0.47%
G = 30.37%
B = 69.16%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014194 (or 0x014194) is known color: Smalt. HEX triplet: 01, 41 and 94. RGB value is (1,65,148). Sum of RGB (Red+Green+Blue) = 1+65+148=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #014194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014194 is #FEBE6B. Grayscale: #363636. Windows color (decimal): -16694892 or 9715969. OLE color: 9715969.

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

Color convert

RGB 1 65 148 -
CMYK 0.99 0.56 0 0.42
HSL 213.88º 0.99% 0.29% -
HSV(B) 213.88º 0.99% 0.58% -
XYZ 7.25 5.93 28.78 -
YUV 55.33 180.3 89.25 -
System Red Green Blue C M Y K H S L
Decimal 1 65 148 0.99 0.56 0 0.42 213.88 0.99 0.29
Hex 1 41 94 63 38 0 2A D6 63 1D
Octal 1 101 224 143 70 0 52 326 143 35
Binary 1 1000001 10010100 1100011 111000 0 101010 11010110 1100011 11101

Color Harmonies of #014194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014194

Black with #014194

Text Example


Text Example

White with #014194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014194; }

 p { color: rgb(1,65,148); }

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

background-color css

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

 a { background-color: rgb(1,65,148); }

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

border-color css

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

 span { border-color: rgb(1,65,148); }

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