Html Css Color HEX #095250 Sherpa Blue

📋 copy color: '#095250'

red 9 ◦ green 82 ◦ blue 80

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

Shades of Sherpa Blue #095250

Tints of Sherpa Blue #095250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 46.78%

R = 5.26%
G = 47.95%
B = 46.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#095250 (or 0x095250) is known color: Sherpa Blue. HEX triplet: 09, 52 and 50. RGB value is (9,82,80). Sum of RGB (Red+Green+Blue) = 9+82+80=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #095250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095250 is #F6ADAF. Grayscale: #3B3B3B. Windows color (decimal): -16166320 or 5263881. OLE color: 5263881.

HSL color Cylindrical-coordinate representation of color #095250: hue angle of 178.36º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095250 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 80 -
CMYK 0.89 0 0.02 0.68
HSL 178.36º 0.8% 0.18% -
HSV(B) 178.36º 0.89% 0.32% -
XYZ 4.58 6.67 8.64 -
YUV 59.95 139.32 91.66 -
System Red Green Blue C M Y K H S L
Decimal 9 82 80 0.89 0 0.02 0.68 178.36 0.8 0.18
Hex 9 52 50 59 0 2 44 B2 50 12
Octal 11 122 120 131 0 2 104 262 120 22
Binary 1001 1010010 1010000 1011001 0 10 1000100 10110010 1010000 10010

Color Harmonies of #095250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095250

Black with #095250

Text Example


Text Example

White with #095250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095250; }

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

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

background-color css

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

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

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

border-color css

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

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

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