Html Css Color HEX #014396 Smalt

📋 copy color: '#014396'

red 1 ◦ green 67 ◦ blue 150

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

Shades of Smalt #014396

Tints of Smalt #014396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 68.81%

R = 0.46%
G = 30.73%
B = 68.81%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#014396 (or 0x014396) is known color: Smalt. HEX triplet: 01, 43 and 96. RGB value is (1,67,150). Sum of RGB (Red+Green+Blue) = 1+67+150=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #014396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014396 is #FEBC69. Grayscale: #383838. Windows color (decimal): -16694378 or 9847553. OLE color: 9847553.

HSL color Cylindrical-coordinate representation of color #014396: hue angle of 213.42º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014396 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 67 150 -
CMYK 0.99 0.55 0 0.41
HSL 213.42º 0.99% 0.3% -
HSV(B) 213.42º 0.99% 0.59% -
XYZ 7.52 6.22 29.66 -
YUV 56.73 180.63 88.25 -
System Red Green Blue C M Y K H S L
Decimal 1 67 150 0.99 0.55 0 0.41 213.42 0.99 0.3
Hex 1 43 96 63 37 0 29 D5 63 1E
Octal 1 103 226 143 67 0 51 325 143 36
Binary 1 1000011 10010110 1100011 110111 0 101001 11010101 1100011 11110

Color Harmonies of #014396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014396

Black with #014396

Text Example


Text Example

White with #014396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014396; }

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

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

background-color css

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

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

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

border-color css

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

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

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