Html Css Color HEX #014292 Smalt

📋 copy color: '#014292'

red 1 ◦ green 66 ◦ blue 146

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

Shades of Smalt #014292

Tints of Smalt #014292

RGB

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

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

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

R = 0.47%
G = 30.99%
B = 68.54%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#014292 (or 0x014292) is known color: Smalt. HEX triplet: 01, 42 and 92. RGB value is (1,66,146). Sum of RGB (Red+Green+Blue) = 1+66+146=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #014292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014292 is #FEBD6D. Grayscale: #373737. Windows color (decimal): -16694638 or 9585153. OLE color: 9585153.

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

Color convert

RGB 1 66 146 -
CMYK 0.99 0.55 0 0.43
HSL 213.1º 0.99% 0.29% -
HSV(B) 213.1º 0.99% 0.57% -
XYZ 7.15 5.98 27.97 -
YUV 55.69 178.97 89 -
System Red Green Blue C M Y K H S L
Decimal 1 66 146 0.99 0.55 0 0.43 213.1 0.99 0.29
Hex 1 42 92 63 37 0 2B D5 63 1D
Octal 1 102 222 143 67 0 53 325 143 35
Binary 1 1000010 10010010 1100011 110111 0 101011 11010101 1100011 11101

Color Harmonies of #014292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014292

Black with #014292

Text Example


Text Example

White with #014292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014292; }

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

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

background-color css

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

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

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

border-color css

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

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

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