Html Css Color HEX #114397 Smalt

📋 copy color: '#114397'

red 17 ◦ green 67 ◦ blue 151

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

Shades of Smalt #114397

Tints of Smalt #114397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 64.26%

R = 7.23%
G = 28.51%
B = 64.26%

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

#114397 (or 0x114397) is known color: Smalt. HEX triplet: 11, 43 and 97. RGB value is (17,67,151). Sum of RGB (Red+Green+Blue) = 17+67+151=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #114397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114397 is #EEBC68. Grayscale: #3D3D3D. Windows color (decimal): -15645801 or 9913105. OLE color: 9913105.

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

Color convert

RGB 17 67 151 -
CMYK 0.89 0.56 0 0.41
HSL 217.61º 0.8% 0.33% -
HSV(B) 217.61º 0.89% 0.59% -
XYZ 7.82 6.37 30.09 -
YUV 61.63 178.44 96.17 -
System Red Green Blue C M Y K H S L
Decimal 17 67 151 0.89 0.56 0 0.41 217.61 0.8 0.33
Hex 11 43 97 59 38 0 29 DA 50 21
Octal 21 103 227 131 70 0 51 332 120 41
Binary 10001 1000011 10010111 1011001 111000 0 101001 11011010 1010000 100001

Color Harmonies of #114397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114397

Black with #114397

Text Example


Text Example

White with #114397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114397; }

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

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

background-color css

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

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

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

border-color css

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

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

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