Html Css Color HEX #095257 Sherpa Blue

📋 copy color: '#095257'

red 9 ◦ green 82 ◦ blue 87

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

Shades of Sherpa Blue #095257

Tints of Sherpa Blue #095257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.07%

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

R = 5.06%
G = 46.07%
B = 48.88%

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

#095257 (or 0x095257) is known color: Sherpa Blue. HEX triplet: 09, 52 and 57. RGB value is (9,82,87). Sum of RGB (Red+Green+Blue) = 9+82+87=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #095257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095257 is #F6ADA8. Grayscale: #3C3C3C. Windows color (decimal): -16166313 or 5722633. OLE color: 5722633.

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

Color convert

RGB 9 82 87 -
CMYK 0.90 0.06 0 0.66
HSL 183.85º 0.81% 0.19% -
HSV(B) 183.85º 0.9% 0.34% -
XYZ 4.85 6.78 10.07 -
YUV 60.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 9 82 87 0.90 0.06 0 0.66 183.85 0.81 0.19
Hex 9 52 57 5A 6 0 42 B8 51 13
Octal 11 122 127 132 6 0 102 270 121 23
Binary 1001 1010010 1010111 1011010 110 0 1000010 10111000 1010001 10011

Color Harmonies of #095257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095257

Black with #095257

Text Example


Text Example

White with #095257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095257; }

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

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

background-color css

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

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

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

border-color css

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

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

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