Html Css Color HEX #095258 Sherpa Blue

📋 copy color: '#095258'

red 9 ◦ green 82 ◦ blue 88

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

Shades of Sherpa Blue #095258

Tints of Sherpa Blue #095258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 49.16%

R = 5.03%
G = 45.81%
B = 49.16%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#095258 (or 0x095258) is known color: Sherpa Blue. HEX triplet: 09, 52 and 58. RGB value is (9,82,88). Sum of RGB (Red+Green+Blue) = 9+82+88=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #095258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095258 is #F6ADA7. Grayscale: #3C3C3C. Windows color (decimal): -16166312 or 5788169. OLE color: 5788169.

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

Color convert

RGB 9 82 88 -
CMYK 0.90 0.07 0 0.65
HSL 184.56º 0.81% 0.19% -
HSV(B) 184.56º 0.9% 0.35% -
XYZ 4.89 6.8 10.29 -
YUV 60.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 9 82 88 0.90 0.07 0 0.65 184.56 0.81 0.19
Hex 9 52 58 5A 7 0 41 B9 51 13
Octal 11 122 130 132 7 0 101 271 121 23
Binary 1001 1010010 1011000 1011010 111 0 1000001 10111001 1010001 10011

Color Harmonies of #095258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095258

Black with #095258

Text Example


Text Example

White with #095258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095258; }

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

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

background-color css

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

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

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

border-color css

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

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

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