Html Css Color HEX #014393 Smalt

📋 copy color: '#014393'

red 1 ◦ green 67 ◦ blue 147

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

Shades of Smalt #014393

Tints of Smalt #014393

RGB

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

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

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

R = 0.47%
G = 31.16%
B = 68.37%

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

#014393 (or 0x014393) is known color: Smalt. HEX triplet: 01, 43 and 93. RGB value is (1,67,147). Sum of RGB (Red+Green+Blue) = 1+67+147=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #014393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014393 is #FEBC6C. Grayscale: #383838. Windows color (decimal): -16694381 or 9650945. OLE color: 9650945.

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

Color convert

RGB 1 67 147 -
CMYK 0.99 0.54 0 0.42
HSL 212.88º 0.99% 0.29% -
HSV(B) 212.88º 0.99% 0.58% -
XYZ 7.29 6.13 28.4 -
YUV 56.39 179.13 88.5 -
System Red Green Blue C M Y K H S L
Decimal 1 67 147 0.99 0.54 0 0.42 212.88 0.99 0.29
Hex 1 43 93 63 36 0 2A D5 63 1D
Octal 1 103 223 143 66 0 52 325 143 35
Binary 1 1000011 10010011 1100011 110110 0 101010 11010101 1100011 11101

Color Harmonies of #014393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014393

Black with #014393

Text Example


Text Example

White with #014393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014393; }

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

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

background-color css

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

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

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

border-color css

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

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

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