Html Css Color HEX #014394 Smalt

📋 copy color: '#014394'

red 1 ◦ green 67 ◦ blue 148

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

Shades of Smalt #014394

Tints of Smalt #014394

RGB

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

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

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

R = 0.46%
G = 31.02%
B = 68.52%

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

#014394 (or 0x014394) is known color: Smalt. HEX triplet: 01, 43 and 94. RGB value is (1,67,148). Sum of RGB (Red+Green+Blue) = 1+67+148=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #014394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014394 is #FEBC6B. Grayscale: #383838. Windows color (decimal): -16694380 or 9716481. OLE color: 9716481.

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

Color convert

RGB 1 67 148 -
CMYK 0.99 0.55 0 0.42
HSL 213.06º 0.99% 0.29% -
HSV(B) 213.06º 0.99% 0.58% -
XYZ 7.36 6.16 28.82 -
YUV 56.5 179.63 88.41 -
System Red Green Blue C M Y K H S L
Decimal 1 67 148 0.99 0.55 0 0.42 213.06 0.99 0.29
Hex 1 43 94 63 37 0 2A D5 63 1D
Octal 1 103 224 143 67 0 52 325 143 35
Binary 1 1000011 10010100 1100011 110111 0 101010 11010101 1100011 11101

Color Harmonies of #014394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014394

Black with #014394

Text Example


Text Example

White with #014394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014394; }

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

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

background-color css

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

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

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

border-color css

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

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

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