#114854

Color #114854 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #114854

Tints of Sherpa Blue #114854

Color information

#114854 (or 0x114854) is unknown color: approx Sherpa Blue. HEX triplet: 11, 48 and 54. RGB value is (17,72,84). Sum of RGB (Red+Green+Blue) = 17+72+84=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #114854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114854 is #EEB7AB. Grayscale: #383838. Windows color (decimal): -15644588 or 5523473. OLE color: 5523473.

HSL color Cylindrical-coordinate representation of color #114854: hue angle of 190.75º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114854 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB177284-
CMYK0.800.1400.67
HSL190.75º66.34%19.8%-
HSV(B)190.75º79.76%32.94%-
XYZ4.155.399.21-
YUV56.92143.2899.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 84 (33.20% from 255) = 48.55%
R=9.83%
G=41.62%
B=48.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1772840.800.1400.67190.7566.3419.8
Hex11485450E043bf4214
Octal2111012412016010327710224
Binary1000110010001010100101000011100100001110111111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114854; }

 p { color: rgb(17,72,84); }

 H1.HeaderClassName
 {
   color: #114854;
 }
 .AnyTagClassName
 {
   color: #114854;
 }
</style>
background-color css

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

 a { background-color: rgb(17,72,84); }

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

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

 span { border-color: rgb(17,72,84); }

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