Html Css Color HEX #114192 Smalt

📋 copy color: '#114192'

red 17 ◦ green 65 ◦ blue 146

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

Shades of Smalt #114192

Tints of Smalt #114192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.04%

R = 7.46%
G = 28.51%
B = 64.04%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#114192 (or 0x114192) is known color: Smalt. HEX triplet: 11, 41 and 92. RGB value is (17,65,146). Sum of RGB (Red+Green+Blue) = 17+65+146=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #114192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114192 is #EEBE6D. Grayscale: #3B3B3B. Windows color (decimal): -15646318 or 9584913. OLE color: 9584913.

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

Color convert

RGB 17 65 146 -
CMYK 0.88 0.55 0 0.43
HSL 217.67º 0.79% 0.32% -
HSV(B) 217.67º 0.88% 0.57% -
XYZ 7.31 5.98 27.96 -
YUV 59.88 176.6 97.41 -
System Red Green Blue C M Y K H S L
Decimal 17 65 146 0.88 0.55 0 0.43 217.67 0.79 0.32
Hex 11 41 92 58 37 0 2B DA 4F 20
Octal 21 101 222 130 67 0 53 332 117 40
Binary 10001 1000001 10010010 1011000 110111 0 101011 11011010 1001111 100000

Color Harmonies of #114192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114192

Black with #114192

Text Example


Text Example

White with #114192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114192; }

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

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

background-color css

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

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

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

border-color css

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

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

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