Html Css Color HEX #014395 Smalt

📋 copy color: '#014395'

red 1 ◦ green 67 ◦ blue 149

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

Shades of Smalt #014395

Tints of Smalt #014395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

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

R = 0.46%
G = 30.88%
B = 68.66%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#014395 (or 0x014395) is known color: Smalt. HEX triplet: 01, 43 and 95. RGB value is (1,67,149). Sum of RGB (Red+Green+Blue) = 1+67+149=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #014395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014395 is #FEBC6A. Grayscale: #383838. Windows color (decimal): -16694379 or 9782017. OLE color: 9782017.

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

Color convert

RGB 1 67 149 -
CMYK 0.99 0.55 0 0.42
HSL 213.24º 0.99% 0.29% -
HSV(B) 213.24º 0.99% 0.58% -
XYZ 7.44 6.19 29.24 -
YUV 56.61 180.13 88.33 -
System Red Green Blue C M Y K H S L
Decimal 1 67 149 0.99 0.55 0 0.42 213.24 0.99 0.29
Hex 1 43 95 63 37 0 2A D5 63 1D
Octal 1 103 225 143 67 0 52 325 143 35
Binary 1 1000011 10010101 1100011 110111 0 101010 11010101 1100011 11101

Color Harmonies of #014395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014395

Black with #014395

Text Example


Text Example

White with #014395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014395; }

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

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

background-color css

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

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

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

border-color css

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

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

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