Html Css Color HEX #014095 Smalt

📋 copy color: '#014095'

red 1 ◦ green 64 ◦ blue 149

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

Shades of Smalt #014095

Tints of Smalt #014095

RGB

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

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

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

R = 0.47%
G = 29.91%
B = 69.63%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014095 (or 0x014095) is known color: Smalt. HEX triplet: 01, 40 and 95. RGB value is (1,64,149). Sum of RGB (Red+Green+Blue) = 1+64+149=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #014095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014095 is #FEBF6A. Grayscale: #363636. Windows color (decimal): -16695147 or 9781249. OLE color: 9781249.

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

Color convert

RGB 1 64 149 -
CMYK 0.99 0.57 0 0.42
HSL 214.46º 0.99% 0.29% -
HSV(B) 214.46º 0.99% 0.58% -
XYZ 7.27 5.84 29.18 -
YUV 54.85 181.13 89.59 -
System Red Green Blue C M Y K H S L
Decimal 1 64 149 0.99 0.57 0 0.42 214.46 0.99 0.29
Hex 1 40 95 63 39 0 2A D6 63 1D
Octal 1 100 225 143 71 0 52 326 143 35
Binary 1 1000000 10010101 1100011 111001 0 101010 11010110 1100011 11101

Color Harmonies of #014095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014095

Black with #014095

Text Example


Text Example

White with #014095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014095; }

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

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

background-color css

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

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

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

border-color css

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

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

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