Html Css Color HEX #014093 Smalt

📋 copy color: '#014093'

red 1 ◦ green 64 ◦ blue 147

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

Shades of Smalt #014093

Tints of Smalt #014093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 69.34%

R = 0.47%
G = 30.19%
B = 69.34%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014093 (or 0x014093) is known color: Smalt. HEX triplet: 01, 40 and 93. RGB value is (1,64,147). Sum of RGB (Red+Green+Blue) = 1+64+147=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #014093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014093 is #FEBF6C. Grayscale: #363636. Windows color (decimal): -16695149 or 9650177. OLE color: 9650177.

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

Color convert

RGB 1 64 147 -
CMYK 0.99 0.56 0 0.42
HSL 214.11º 0.99% 0.29% -
HSV(B) 214.11º 0.99% 0.58% -
XYZ 7.11 5.78 28.34 -
YUV 54.63 180.13 89.75 -
System Red Green Blue C M Y K H S L
Decimal 1 64 147 0.99 0.56 0 0.42 214.11 0.99 0.29
Hex 1 40 93 63 38 0 2A D6 63 1D
Octal 1 100 223 143 70 0 52 326 143 35
Binary 1 1000000 10010011 1100011 111000 0 101010 11010110 1100011 11101

Color Harmonies of #014093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014093

Black with #014093

Text Example


Text Example

White with #014093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014093; }

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

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

background-color css

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

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

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

border-color css

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

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

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