Html Css Color HEX #014593 Smalt

📋 copy color: '#014593'

red 1 ◦ green 69 ◦ blue 147

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

Shades of Smalt #014593

Tints of Smalt #014593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

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

R = 0.46%
G = 31.8%
B = 67.74%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014593 (or 0x014593) is known color: Smalt. HEX triplet: 01, 45 and 93. RGB value is (1,69,147). Sum of RGB (Red+Green+Blue) = 1+69+147=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #014593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014593 is #FEBA6C. Grayscale: #393939. Windows color (decimal): -16693869 or 9651457. OLE color: 9651457.

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

Color convert

RGB 1 69 147 -
CMYK 0.99 0.53 0 0.42
HSL 212.05º 0.99% 0.29% -
HSV(B) 212.05º 0.99% 0.58% -
XYZ 7.41 6.37 28.44 -
YUV 57.56 178.47 87.66 -
System Red Green Blue C M Y K H S L
Decimal 1 69 147 0.99 0.53 0 0.42 212.05 0.99 0.29
Hex 1 45 93 63 35 0 2A D4 63 1D
Octal 1 105 223 143 65 0 52 324 143 35
Binary 1 1000101 10010011 1100011 110101 0 101010 11010100 1100011 11101

Color Harmonies of #014593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014593

Black with #014593

Text Example


Text Example

White with #014593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014593; }

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

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

background-color css

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

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

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

border-color css

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

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

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