Html Css Color HEX #114853 Sherpa Blue

📋 copy color: '#114853'

red 17 ◦ green 72 ◦ blue 83

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

Shades of Sherpa Blue #114853

Tints of Sherpa Blue #114853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.86%

 BLUE value IS 83 (32.81% from 255) = 48.26%

R = 9.88%
G = 41.86%
B = 48.26%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#114853 (or 0x114853) is known color: Sherpa Blue. HEX triplet: 11, 48 and 53. RGB value is (17,72,83). Sum of RGB (Red+Green+Blue) = 17+72+83=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #114853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114853 is #EEB7AC. Grayscale: #383838. Windows color (decimal): -15644589 or 5457937. OLE color: 5457937.

HSL color Cylindrical-coordinate representation of color #114853: hue angle of 190º 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 #114853 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 72 83 -
CMYK 0.80 0.13 0 0.67
HSL 190º 0.66% 0.2% -
HSV(B) 190º 0.8% 0.33% -
XYZ 4.11 5.38 9.01 -
YUV 56.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 17 72 83 0.80 0.13 0 0.67 190 0.66 0.2
Hex 11 48 53 50 D 0 43 BE 42 14
Octal 21 110 123 120 15 0 103 276 102 24
Binary 10001 1001000 1010011 1010000 1101 0 1000011 10111110 1000010 10100

Color Harmonies of #114853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114853

Black with #114853

Text Example


Text Example

White with #114853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114853; }

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

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

background-color css

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

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

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

border-color css

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

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

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