Html Css Color HEX #0D5059 Sherpa Blue

📋 copy color: '#0D5059'

red 13 ◦ green 80 ◦ blue 89

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

Shades of Sherpa Blue #0D5059

Tints of Sherpa Blue #0D5059

RGB

 RED value IS 13 (5.47% from 255) = 7.14%

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

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

R = 7.14%
G = 43.96%
B = 48.9%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D5059 (or 0x0D5059) is known color: Sherpa Blue. HEX triplet: 0D, 50 and 59. RGB value is (13,80,89). Sum of RGB (Red+Green+Blue) = 13+80+89=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D5059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5059 is #F2AFA6. Grayscale: #3C3C3C. Windows color (decimal): -15904679 or 5853197. OLE color: 5853197.

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

Color convert

RGB 13 80 89 -
CMYK 0.85 0.10 0 0.65
HSL 187.11º 0.75% 0.2% -
HSV(B) 187.11º 0.85% 0.35% -
XYZ 4.84 6.54 10.46 -
YUV 60.99 143.8 93.77 -
System Red Green Blue C M Y K H S L
Decimal 13 80 89 0.85 0.10 0 0.65 187.11 0.75 0.2
Hex D 50 59 55 A 0 41 BB 4B 14
Octal 15 120 131 125 12 0 101 273 113 24
Binary 1101 1010000 1011001 1010101 1010 0 1000001 10111011 1001011 10100

Color Harmonies of #0D5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5059

Black with #0D5059

Text Example


Text Example

White with #0D5059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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