Html Css Color HEX #114598 Smalt

📋 copy color: '#114598'

red 17 ◦ green 69 ◦ blue 152

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

Shades of Smalt #114598

Tints of Smalt #114598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.99%

 BLUE value IS 152 (59.77% from 255) = 63.87%

R = 7.14%
G = 28.99%
B = 63.87%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#114598 (or 0x114598) is known color: Smalt. HEX triplet: 11, 45 and 98. RGB value is (17,69,152). Sum of RGB (Red+Green+Blue) = 17+69+152=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #114598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114598 is #EEBA67. Grayscale: #3E3E3E. Windows color (decimal): -15645288 or 9979153. OLE color: 9979153.

HSL color Cylindrical-coordinate representation of color #114598: hue angle of 216.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114598 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 69 152 -
CMYK 0.89 0.55 0 0.40
HSL 216.89º 0.8% 0.33% -
HSV(B) 216.89º 0.89% 0.6% -
XYZ 8.03 6.64 30.56 -
YUV 62.91 178.27 95.25 -
System Red Green Blue C M Y K H S L
Decimal 17 69 152 0.89 0.55 0 0.40 216.89 0.8 0.33
Hex 11 45 98 59 37 0 28 D9 50 21
Octal 21 105 230 131 67 0 50 331 120 41
Binary 10001 1000101 10011000 1011001 110111 0 101000 11011001 1010000 100001

Color Harmonies of #114598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114598

Black with #114598

Text Example


Text Example

White with #114598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114598; }

 p { color: rgb(17,69,152); }

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

background-color css

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

 a { background-color: rgb(17,69,152); }

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

border-color css

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

 span { border-color: rgb(17,69,152); }

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