Html Css Color HEX #014392 Smalt

📋 copy color: '#014392'

red 1 ◦ green 67 ◦ blue 146

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

Shades of Smalt #014392

Tints of Smalt #014392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.22%

R = 0.47%
G = 31.31%
B = 68.22%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#014392 (or 0x014392) is known color: Smalt. HEX triplet: 01, 43 and 92. RGB value is (1,67,146). Sum of RGB (Red+Green+Blue) = 1+67+146=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #014392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014392 is #FEBC6D. Grayscale: #373737. Windows color (decimal): -16694382 or 9585409. OLE color: 9585409.

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

Color convert

RGB 1 67 146 -
CMYK 0.99 0.54 0 0.43
HSL 212.69º 0.99% 0.29% -
HSV(B) 212.69º 0.99% 0.57% -
XYZ 7.21 6.1 27.99 -
YUV 56.27 178.63 88.58 -
System Red Green Blue C M Y K H S L
Decimal 1 67 146 0.99 0.54 0 0.43 212.69 0.99 0.29
Hex 1 43 92 63 36 0 2B D5 63 1D
Octal 1 103 222 143 66 0 53 325 143 35
Binary 1 1000011 10010010 1100011 110110 0 101011 11010101 1100011 11101

Color Harmonies of #014392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014392

Black with #014392

Text Example


Text Example

White with #014392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014392; }

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

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

background-color css

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

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

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

border-color css

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

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

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