Html Css Color HEX #095157 Sherpa Blue

📋 copy color: '#095157'

red 9 ◦ green 81 ◦ blue 87

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

Shades of Sherpa Blue #095157

Tints of Sherpa Blue #095157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 49.15%

R = 5.08%
G = 45.76%
B = 49.15%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#095157 (or 0x095157) is known color: Sherpa Blue. HEX triplet: 09, 51 and 57. RGB value is (9,81,87). Sum of RGB (Red+Green+Blue) = 9+81+87=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #095157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095157 is #F6AEA8. Grayscale: #3C3C3C. Windows color (decimal): -16166569 or 5722377. OLE color: 5722377.

HSL color Cylindrical-coordinate representation of color #095157: hue angle of 184.62º 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 #095157 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 81 87 -
CMYK 0.90 0.07 0 0.66
HSL 184.62º 0.81% 0.19% -
HSV(B) 184.62º 0.9% 0.34% -
XYZ 4.78 6.63 10.05 -
YUV 60.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 9 81 87 0.90 0.07 0 0.66 184.62 0.81 0.19
Hex 9 51 57 5A 7 0 42 B9 51 13
Octal 11 121 127 132 7 0 102 271 121 23
Binary 1001 1010001 1010111 1011010 111 0 1000010 10111001 1010001 10011

Color Harmonies of #095157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095157

Black with #095157

Text Example


Text Example

White with #095157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095157; }

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

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

background-color css

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

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

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

border-color css

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

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

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