Html Css Color HEX #095259 Sherpa Blue

📋 copy color: '#095259'

red 9 ◦ green 82 ◦ blue 89

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

Shades of Sherpa Blue #095259

Tints of Sherpa Blue #095259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 49.44%

R = 5%
G = 45.56%
B = 49.44%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#095259 (or 0x095259) is known color: Sherpa Blue. HEX triplet: 09, 52 and 59. RGB value is (9,82,89). Sum of RGB (Red+Green+Blue) = 9+82+89=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #095259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095259 is #F6ADA6. Grayscale: #3C3C3C. Windows color (decimal): -16166311 or 5853705. OLE color: 5853705.

HSL color Cylindrical-coordinate representation of color #095259: hue angle of 185.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095259 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 82 89 -
CMYK 0.90 0.08 0 0.65
HSL 185.25º 0.82% 0.19% -
HSV(B) 185.25º 0.9% 0.35% -
XYZ 4.93 6.81 10.51 -
YUV 60.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 9 82 89 0.90 0.08 0 0.65 185.25 0.82 0.19
Hex 9 52 59 5A 8 0 41 B9 52 13
Octal 11 122 131 132 10 0 101 271 122 23
Binary 1001 1010010 1011001 1011010 1000 0 1000001 10111001 1010010 10011

Color Harmonies of #095259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095259

Black with #095259

Text Example


Text Example

White with #095259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095259; }

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

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

background-color css

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

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

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

border-color css

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

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

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