Html Css Color HEX #114597 Smalt

📋 copy color: '#114597'

red 17 ◦ green 69 ◦ blue 151

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

Shades of Smalt #114597

Tints of Smalt #114597

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 151 (59.38% from 255) = 63.71%

R = 7.17%
G = 29.11%
B = 63.71%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#114597 (or 0x114597) is known color: Smalt. HEX triplet: 11, 45 and 97. RGB value is (17,69,151). Sum of RGB (Red+Green+Blue) = 17+69+151=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #114597 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114597 is #EEBA68. Grayscale: #3E3E3E. Windows color (decimal): -15645289 or 9913617. OLE color: 9913617.

HSL color Cylindrical-coordinate representation of color #114597: hue angle of 216.72º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114597 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 69 151 -
CMYK 0.89 0.54 0 0.41
HSL 216.72º 0.8% 0.33% -
HSV(B) 216.72º 0.89% 0.59% -
XYZ 7.95 6.61 30.14 -
YUV 62.8 177.77 95.33 -
System Red Green Blue C M Y K H S L
Decimal 17 69 151 0.89 0.54 0 0.41 216.72 0.8 0.33
Hex 11 45 97 59 36 0 29 D9 50 21
Octal 21 105 227 131 66 0 51 331 120 41
Binary 10001 1000101 10010111 1011001 110110 0 101001 11011001 1010000 100001

Color Harmonies of #114597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114597

Black with #114597

Text Example


Text Example

White with #114597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114597; }

 p { color: rgb(17,69,151); }

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

background-color css

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

 a { background-color: rgb(17,69,151); }

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

border-color css

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

 span { border-color: rgb(17,69,151); }

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