Html Css Color HEX #114197 Smalt

📋 copy color: '#114197'

red 17 ◦ green 65 ◦ blue 151

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

Shades of Smalt #114197

Tints of Smalt #114197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

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

R = 7.3%
G = 27.9%
B = 64.81%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#114197 (or 0x114197) is known color: Smalt. HEX triplet: 11, 41 and 97. RGB value is (17,65,151). Sum of RGB (Red+Green+Blue) = 17+65+151=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 151 (59.38% from 255 or 64.81% from 233); Max value from RGB is 151 - color contains mainly: blue. Hex color #114197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114197 is #EEBE68. Grayscale: #3C3C3C. Windows color (decimal): -15646313 or 9912593. OLE color: 9912593.

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

Color convert

RGB 17 65 151 -
CMYK 0.89 0.57 0 0.41
HSL 218.51º 0.8% 0.33% -
HSV(B) 218.51º 0.89% 0.59% -
XYZ 7.71 6.13 30.06 -
YUV 60.45 179.1 97.01 -
System Red Green Blue C M Y K H S L
Decimal 17 65 151 0.89 0.57 0 0.41 218.51 0.8 0.33
Hex 11 41 97 59 39 0 29 DB 50 21
Octal 21 101 227 131 71 0 51 333 120 41
Binary 10001 1000001 10010111 1011001 111001 0 101001 11011011 1010000 100001

Color Harmonies of #114197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114197

Black with #114197

Text Example


Text Example

White with #114197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114197; }

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

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

background-color css

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

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

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

border-color css

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

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

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