Html Css Color HEX #114295 Smalt

📋 copy color: '#114295'

red 17 ◦ green 66 ◦ blue 149

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

Shades of Smalt #114295

Tints of Smalt #114295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 64.22%

R = 7.33%
G = 28.45%
B = 64.22%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#114295 (or 0x114295) is known color: Smalt. HEX triplet: 11, 42 and 95. RGB value is (17,66,149). Sum of RGB (Red+Green+Blue) = 17+66+149=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #114295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114295 is #EEBD6A. Grayscale: #3C3C3C. Windows color (decimal): -15646059 or 9781777. OLE color: 9781777.

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

Color convert

RGB 17 66 149 -
CMYK 0.89 0.56 0 0.42
HSL 217.73º 0.8% 0.33% -
HSV(B) 217.73º 0.89% 0.58% -
XYZ 7.6 6.19 29.23 -
YUV 60.81 177.77 96.75 -
System Red Green Blue C M Y K H S L
Decimal 17 66 149 0.89 0.56 0 0.42 217.73 0.8 0.33
Hex 11 42 95 59 38 0 2A DA 50 21
Octal 21 102 225 131 70 0 52 332 120 41
Binary 10001 1000010 10010101 1011001 111000 0 101010 11011010 1010000 100001

Color Harmonies of #114295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114295

Black with #114295

Text Example


Text Example

White with #114295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114295; }

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

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

background-color css

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

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

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

border-color css

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

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

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