Html Css Color HEX #09515B Sherpa Blue

📋 copy color: '#09515B'

red 9 ◦ green 81 ◦ blue 91

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

Shades of Sherpa Blue #09515B

Tints of Sherpa Blue #09515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.75%

 BLUE value IS 91 (35.94% from 255) = 50.28%

R = 4.97%
G = 44.75%
B = 50.28%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09515B (or 0x09515B) is known color: Sherpa Blue. HEX triplet: 09, 51 and 5B. RGB value is (9,81,91). Sum of RGB (Red+Green+Blue) = 9+81+91=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #09515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09515B is #F6AEA4. Grayscale: #3C3C3C. Windows color (decimal): -16166565 or 5984521. OLE color: 5984521.

HSL color Cylindrical-coordinate representation of color #09515B: hue angle of 187.32º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09515B is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 81 91 -
CMYK 0.90 0.11 0 0.64
HSL 187.32º 0.82% 0.2% -
HSV(B) 187.32º 0.9% 0.36% -
XYZ 4.94 6.7 10.93 -
YUV 60.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 9 81 91 0.90 0.11 0 0.64 187.32 0.82 0.2
Hex 9 51 5B 5A B 0 40 BB 52 14
Octal 11 121 133 132 13 0 100 273 122 24
Binary 1001 1010001 1011011 1011010 1011 0 1000000 10111011 1010010 10100

Color Harmonies of #09515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09515B

Black with #09515B

Text Example


Text Example

White with #09515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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