Html Css Color HEX #114196 Smalt

📋 copy color: '#114196'

red 17 ◦ green 65 ◦ blue 150

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

Shades of Smalt #114196

Tints of Smalt #114196

RGB

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

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

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

R = 7.33%
G = 28.02%
B = 64.66%

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

#114196 (or 0x114196) is known color: Smalt. HEX triplet: 11, 41 and 96. RGB value is (17,65,150). Sum of RGB (Red+Green+Blue) = 17+65+150=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #114196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114196 is #EEBE69. Grayscale: #3B3B3B. Windows color (decimal): -15646314 or 9847057. OLE color: 9847057.

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

Color convert

RGB 17 65 150 -
CMYK 0.89 0.57 0 0.41
HSL 218.35º 0.8% 0.33% -
HSV(B) 218.35º 0.89% 0.59% -
XYZ 7.63 6.1 29.63 -
YUV 60.34 178.6 97.09 -
System Red Green Blue C M Y K H S L
Decimal 17 65 150 0.89 0.57 0 0.41 218.35 0.8 0.33
Hex 11 41 96 59 39 0 29 DA 50 21
Octal 21 101 226 131 71 0 51 332 120 41
Binary 10001 1000001 10010110 1011001 111001 0 101001 11011010 1010000 100001

Color Harmonies of #114196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114196

Black with #114196

Text Example


Text Example

White with #114196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114196; }

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

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

background-color css

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

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

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

border-color css

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

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

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