Html Css Color HEX #095351 Sherpa Blue

📋 copy color: '#095351'

red 9 ◦ green 83 ◦ blue 81

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

Shades of Sherpa Blue #095351

Tints of Sherpa Blue #095351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 46.82%

R = 5.2%
G = 47.98%
B = 46.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#095351 (or 0x095351) is known color: Sherpa Blue. HEX triplet: 09, 53 and 51. RGB value is (9,83,81). Sum of RGB (Red+Green+Blue) = 9+83+81=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #095351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095351 is #F6ACAE. Grayscale: #3C3C3C. Windows color (decimal): -16166063 or 5329673. OLE color: 5329673.

HSL color Cylindrical-coordinate representation of color #095351: hue angle of 178.38º degrees, saturation: 0.8, 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 #095351 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 81 -
CMYK 0.89 0 0.02 0.67
HSL 178.38º 0.8% 0.18% -
HSV(B) 178.38º 0.89% 0.33% -
XYZ 4.69 6.84 8.86 -
YUV 60.65 139.48 91.16 -
System Red Green Blue C M Y K H S L
Decimal 9 83 81 0.89 0 0.02 0.67 178.38 0.8 0.18
Hex 9 53 51 59 0 2 43 B2 50 12
Octal 11 123 121 131 0 2 103 262 120 22
Binary 1001 1010011 1010001 1011001 0 10 1000011 10110010 1010000 10010

Color Harmonies of #095351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095351

Black with #095351

Text Example


Text Example

White with #095351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095351; }

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

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

background-color css

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

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

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

border-color css

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

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

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