Html Css Color HEX #014595 Smalt

📋 copy color: '#014595'

red 1 ◦ green 69 ◦ blue 149

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

Shades of Smalt #014595

Tints of Smalt #014595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.04%

R = 0.46%
G = 31.51%
B = 68.04%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014595 (or 0x014595) is known color: Smalt. HEX triplet: 01, 45 and 95. RGB value is (1,69,149). Sum of RGB (Red+Green+Blue) = 1+69+149=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #014595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014595 is #FEBA6A. Grayscale: #393939. Windows color (decimal): -16693867 or 9782529. OLE color: 9782529.

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

Color convert

RGB 1 69 149 -
CMYK 0.99 0.54 0 0.42
HSL 212.43º 0.99% 0.29% -
HSV(B) 212.43º 0.99% 0.58% -
XYZ 7.57 6.43 29.28 -
YUV 57.79 179.47 87.5 -
System Red Green Blue C M Y K H S L
Decimal 1 69 149 0.99 0.54 0 0.42 212.43 0.99 0.29
Hex 1 45 95 63 36 0 2A D4 63 1D
Octal 1 105 225 143 66 0 52 324 143 35
Binary 1 1000101 10010101 1100011 110110 0 101010 11010100 1100011 11101

Color Harmonies of #014595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014595

Black with #014595

Text Example


Text Example

White with #014595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014595; }

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

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

background-color css

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

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

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

border-color css

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

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

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