Html Css Color HEX #014294 Smalt

📋 copy color: '#014294'

red 1 ◦ green 66 ◦ blue 148

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

Shades of Smalt #014294

Tints of Smalt #014294

RGB

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

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

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

R = 0.47%
G = 30.7%
B = 68.84%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014294 (or 0x014294) is known color: Smalt. HEX triplet: 01, 42 and 94. RGB value is (1,66,148). Sum of RGB (Red+Green+Blue) = 1+66+148=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #014294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014294 is #FEBD6B. Grayscale: #373737. Windows color (decimal): -16694636 or 9716225. OLE color: 9716225.

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

Color convert

RGB 1 66 148 -
CMYK 0.99 0.55 0 0.42
HSL 213.47º 0.99% 0.29% -
HSV(B) 213.47º 0.99% 0.58% -
XYZ 7.31 6.04 28.8 -
YUV 55.91 179.97 88.83 -
System Red Green Blue C M Y K H S L
Decimal 1 66 148 0.99 0.55 0 0.42 213.47 0.99 0.29
Hex 1 42 94 63 37 0 2A D5 63 1D
Octal 1 102 224 143 67 0 52 325 143 35
Binary 1 1000010 10010100 1100011 110111 0 101010 11010101 1100011 11101

Color Harmonies of #014294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014294

Black with #014294

Text Example


Text Example

White with #014294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014294; }

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

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

background-color css

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

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

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

border-color css

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

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

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