Html Css Color HEX #095354 Sherpa Blue

📋 copy color: '#095354'

red 9 ◦ green 83 ◦ blue 84

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

Shades of Sherpa Blue #095354

Tints of Sherpa Blue #095354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

 BLUE value IS 84 (33.2% from 255) = 47.73%

R = 5.11%
G = 47.16%
B = 47.73%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#095354 (or 0x095354) is known color: Sherpa Blue. HEX triplet: 09, 53 and 54. RGB value is (9,83,84). Sum of RGB (Red+Green+Blue) = 9+83+84=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #095354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095354 is #F6ACAB. Grayscale: #3C3C3C. Windows color (decimal): -16166060 or 5526281. OLE color: 5526281.

HSL color Cylindrical-coordinate representation of color #095354: hue angle of 180.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095354 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 84 -
CMYK 0.89 0.01 0 0.67
HSL 180.8º 0.81% 0.18% -
HSV(B) 180.8º 0.89% 0.33% -
XYZ 4.81 6.88 9.46 -
YUV 60.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 9 83 84 0.89 0.01 0 0.67 180.8 0.81 0.18
Hex 9 53 54 59 1 0 43 B5 51 12
Octal 11 123 124 131 1 0 103 265 121 22
Binary 1001 1010011 1010100 1011001 1 0 1000011 10110101 1010001 10010

Color Harmonies of #095354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095354

Black with #095354

Text Example


Text Example

White with #095354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095354; }

 p { color: rgb(9,83,84); }

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

background-color css

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

 a { background-color: rgb(9,83,84); }

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

border-color css

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

 span { border-color: rgb(9,83,84); }

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