Html Css Color HEX #014092 Smalt

📋 copy color: '#014092'

red 1 ◦ green 64 ◦ blue 146

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

Shades of Smalt #014092

Tints of Smalt #014092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

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

R = 0.47%
G = 30.33%
B = 69.19%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#014092 (or 0x014092) is known color: Smalt. HEX triplet: 01, 40 and 92. RGB value is (1,64,146). Sum of RGB (Red+Green+Blue) = 1+64+146=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #014092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014092 is #FEBF6D. Grayscale: #363636. Windows color (decimal): -16695150 or 9584641. OLE color: 9584641.

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

Color convert

RGB 1 64 146 -
CMYK 0.99 0.56 0 0.43
HSL 213.93º 0.99% 0.29% -
HSV(B) 213.93º 0.99% 0.57% -
XYZ 7.03 5.75 27.93 -
YUV 54.51 179.63 89.83 -
System Red Green Blue C M Y K H S L
Decimal 1 64 146 0.99 0.56 0 0.43 213.93 0.99 0.29
Hex 1 40 92 63 38 0 2B D6 63 1D
Octal 1 100 222 143 70 0 53 326 143 35
Binary 1 1000000 10010010 1100011 111000 0 101011 11010110 1100011 11101

Color Harmonies of #014092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014092

Black with #014092

Text Example


Text Example

White with #014092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014092; }

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

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

background-color css

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

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

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

border-color css

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

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

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