Html Css Color HEX #114394 Smalt

📋 copy color: '#114394'

red 17 ◦ green 67 ◦ blue 148

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

Shades of Smalt #114394

Tints of Smalt #114394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.88%

 BLUE value IS 148 (58.2% from 255) = 63.79%

R = 7.33%
G = 28.88%
B = 63.79%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#114394 (or 0x114394) is known color: Smalt. HEX triplet: 11, 43 and 94. RGB value is (17,67,148). Sum of RGB (Red+Green+Blue) = 17+67+148=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #114394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114394 is #EEBC6B. Grayscale: #3C3C3C. Windows color (decimal): -15645804 or 9716497. OLE color: 9716497.

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

Color convert

RGB 17 67 148 -
CMYK 0.89 0.55 0 0.42
HSL 217.1º 0.79% 0.32% -
HSV(B) 217.1º 0.89% 0.58% -
XYZ 7.58 6.27 28.83 -
YUV 61.28 176.94 96.41 -
System Red Green Blue C M Y K H S L
Decimal 17 67 148 0.89 0.55 0 0.42 217.1 0.79 0.32
Hex 11 43 94 59 37 0 2A D9 4F 20
Octal 21 103 224 131 67 0 52 331 117 40
Binary 10001 1000011 10010100 1011001 110111 0 101010 11011001 1001111 100000

Color Harmonies of #114394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114394

Black with #114394

Text Example


Text Example

White with #114394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114394; }

 p { color: rgb(17,67,148); }

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

background-color css

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

 a { background-color: rgb(17,67,148); }

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

border-color css

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

 span { border-color: rgb(17,67,148); }

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