Html Css Color HEX #0A5059 Sherpa Blue

📋 copy color: '#0A5059'

red 10 ◦ green 80 ◦ blue 89

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

Shades of Sherpa Blue #0A5059

Tints of Sherpa Blue #0A5059

RGB

 RED value IS 10 (4.3% from 255) = 5.59%

 GREEN value IS 80 (31.64% from 255) = 44.69%

 BLUE value IS 89 (35.16% from 255) = 49.72%

R = 5.59%
G = 44.69%
B = 49.72%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A5059 (or 0x0A5059) is known color: Sherpa Blue. HEX triplet: 0A, 50 and 59. RGB value is (10,80,89). Sum of RGB (Red+Green+Blue) = 10+80+89=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A5059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5059 is #F5AFA6. Grayscale: #3B3B3B. Windows color (decimal): -16101287 or 5853194. OLE color: 5853194.

HSL color Cylindrical-coordinate representation of color #0A5059: hue angle of 186.84º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5059 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 80 89 -
CMYK 0.89 0.10 0 0.65
HSL 186.84º 0.8% 0.19% -
HSV(B) 186.84º 0.89% 0.35% -
XYZ 4.8 6.52 10.46 -
YUV 60.1 144.31 92.27 -
System Red Green Blue C M Y K H S L
Decimal 10 80 89 0.89 0.10 0 0.65 186.84 0.8 0.19
Hex A 50 59 59 A 0 41 BB 50 13
Octal 12 120 131 131 12 0 101 273 120 23
Binary 1010 1010000 1011001 1011001 1010 0 1000001 10111011 1010000 10011

Color Harmonies of #0A5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5059

Black with #0A5059

Text Example


Text Example

White with #0A5059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A5059; }

 p { color: rgb(10,80,89); }

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

background-color css

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

 a { background-color: rgb(10,80,89); }

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

border-color css

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

 span { border-color: rgb(10,80,89); }

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