Html Css Color HEX #114497 Smalt

📋 copy color: '#114497'

red 17 ◦ green 68 ◦ blue 151

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

Shades of Smalt #114497

Tints of Smalt #114497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

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

R = 7.2%
G = 28.81%
B = 63.98%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#114497 (or 0x114497) is known color: Smalt. HEX triplet: 11, 44 and 97. RGB value is (17,68,151). Sum of RGB (Red+Green+Blue) = 17+68+151=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #114497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114497 is #EEBB68. Grayscale: #3D3D3D. Windows color (decimal): -15645545 or 9913361. OLE color: 9913361.

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

Color convert

RGB 17 68 151 -
CMYK 0.89 0.55 0 0.41
HSL 217.16º 0.8% 0.33% -
HSV(B) 217.16º 0.89% 0.59% -
XYZ 7.88 6.49 30.11 -
YUV 62.21 178.1 95.75 -
System Red Green Blue C M Y K H S L
Decimal 17 68 151 0.89 0.55 0 0.41 217.16 0.8 0.33
Hex 11 44 97 59 37 0 29 D9 50 21
Octal 21 104 227 131 67 0 51 331 120 41
Binary 10001 1000100 10010111 1011001 110111 0 101001 11011001 1010000 100001

Color Harmonies of #114497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114497

Black with #114497

Text Example


Text Example

White with #114497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114497; }

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

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

background-color css

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

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

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

border-color css

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

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

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