Html Css Color HEX #095156 Sherpa Blue

📋 copy color: '#095156'

red 9 ◦ green 81 ◦ blue 86

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

Shades of Sherpa Blue #095156

Tints of Sherpa Blue #095156

RGB

 RED value IS 9 (3.91% from 255) = 5.11%

 GREEN value IS 81 (32.03% from 255) = 46.02%

 BLUE value IS 86 (33.98% from 255) = 48.86%

R = 5.11%
G = 46.02%
B = 48.86%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#095156 (or 0x095156) is known color: Sherpa Blue. HEX triplet: 09, 51 and 56. RGB value is (9,81,86). Sum of RGB (Red+Green+Blue) = 9+81+86=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #095156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095156 is #F6AEA9. Grayscale: #3B3B3B. Windows color (decimal): -16166570 or 5656841. OLE color: 5656841.

HSL color Cylindrical-coordinate representation of color #095156: hue angle of 183.9º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095156 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 81 86 -
CMYK 0.90 0.06 0 0.66
HSL 183.9º 0.81% 0.19% -
HSV(B) 183.9º 0.9% 0.34% -
XYZ 4.73 6.61 9.83 -
YUV 60.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 9 81 86 0.90 0.06 0 0.66 183.9 0.81 0.19
Hex 9 51 56 5A 6 0 42 B8 51 13
Octal 11 121 126 132 6 0 102 270 121 23
Binary 1001 1010001 1010110 1011010 110 0 1000010 10111000 1010001 10011

Color Harmonies of #095156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095156

Black with #095156

Text Example


Text Example

White with #095156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095156; }

 p { color: rgb(9,81,86); }

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

background-color css

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

 a { background-color: rgb(9,81,86); }

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

border-color css

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

 span { border-color: rgb(9,81,86); }

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