Html Css Color HEX #114296 Smalt

📋 copy color: '#114296'

red 17 ◦ green 66 ◦ blue 150

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

Shades of Smalt #114296

Tints of Smalt #114296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.33%

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

R = 7.3%
G = 28.33%
B = 64.38%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#114296 (or 0x114296) is known color: Smalt. HEX triplet: 11, 42 and 96. RGB value is (17,66,150). Sum of RGB (Red+Green+Blue) = 17+66+150=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #114296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114296 is #EEBD69. Grayscale: #3C3C3C. Windows color (decimal): -15646058 or 9847313. OLE color: 9847313.

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

Color convert

RGB 17 66 150 -
CMYK 0.89 0.56 0 0.41
HSL 217.89º 0.8% 0.33% -
HSV(B) 217.89º 0.89% 0.59% -
XYZ 7.68 6.22 29.65 -
YUV 60.93 178.27 96.67 -
System Red Green Blue C M Y K H S L
Decimal 17 66 150 0.89 0.56 0 0.41 217.89 0.8 0.33
Hex 11 42 96 59 38 0 29 DA 50 21
Octal 21 102 226 131 70 0 51 332 120 41
Binary 10001 1000010 10010110 1011001 111000 0 101001 11011010 1010000 100001

Color Harmonies of #114296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114296

Black with #114296

Text Example


Text Example

White with #114296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114296; }

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

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

background-color css

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

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

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

border-color css

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

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

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