Html Css Color HEX #114393 Smalt

📋 copy color: '#114393'

red 17 ◦ green 67 ◦ blue 147

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

Shades of Smalt #114393

Tints of Smalt #114393

RGB

 RED value IS 17 (7.03% from 255) = 7.36%

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

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

R = 7.36%
G = 29%
B = 63.64%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#114393 (or 0x114393) is known color: Smalt. HEX triplet: 11, 43 and 93. RGB value is (17,67,147). Sum of RGB (Red+Green+Blue) = 17+67+147=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #114393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114393 is #EEBC6C. Grayscale: #3C3C3C. Windows color (decimal): -15645805 or 9650961. OLE color: 9650961.

HSL color Cylindrical-coordinate representation of color #114393: hue angle of 216.92º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114393 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 67 147 -
CMYK 0.88 0.54 0 0.42
HSL 216.92º 0.79% 0.32% -
HSV(B) 216.92º 0.88% 0.58% -
XYZ 7.5 6.24 28.41 -
YUV 61.17 176.44 96.5 -
System Red Green Blue C M Y K H S L
Decimal 17 67 147 0.88 0.54 0 0.42 216.92 0.79 0.32
Hex 11 43 93 58 36 0 2A D9 4F 20
Octal 21 103 223 130 66 0 52 331 117 40
Binary 10001 1000011 10010011 1011000 110110 0 101010 11011001 1001111 100000

Color Harmonies of #114393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114393

Black with #114393

Text Example


Text Example

White with #114393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114393; }

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

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

background-color css

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

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

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

border-color css

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

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

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