Html Css Color HEX #09514F Sherpa Blue

📋 copy color: '#09514F'

red 9 ◦ green 81 ◦ blue 79

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

Shades of Sherpa Blue #09514F

Tints of Sherpa Blue #09514F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 46.75%

R = 5.33%
G = 47.93%
B = 46.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#09514F (or 0x09514F) is known color: Sherpa Blue. HEX triplet: 09, 51 and 4F. RGB value is (9,81,79). Sum of RGB (Red+Green+Blue) = 9+81+79=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #09514F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09514F is #F6AEB0. Grayscale: #3B3B3B. Windows color (decimal): -16166577 or 5198089. OLE color: 5198089.

HSL color Cylindrical-coordinate representation of color #09514F: hue angle of 178.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09514F is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 79 -
CMYK 0.89 0 0.02 0.68
HSL 178.33º 0.8% 0.18% -
HSV(B) 178.33º 0.89% 0.32% -
XYZ 4.47 6.51 8.42 -
YUV 59.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 9 81 79 0.89 0 0.02 0.68 178.33 0.8 0.18
Hex 9 51 4F 59 0 2 44 B2 50 12
Octal 11 121 117 131 0 2 104 262 120 22
Binary 1001 1010001 1001111 1011001 0 10 1000100 10110010 1010000 10010

Color Harmonies of #09514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09514F

Black with #09514F

Text Example


Text Example

White with #09514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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