Html Css Color HEX #0D4D59 Sherpa Blue

📋 copy color: '#0D4D59'

red 13 ◦ green 77 ◦ blue 89

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

Shades of Sherpa Blue #0D4D59

Tints of Sherpa Blue #0D4D59

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.02%

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

R = 7.26%
G = 43.02%
B = 49.72%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D4D59 (or 0x0D4D59) is known color: Sherpa Blue. HEX triplet: 0D, 4D and 59. RGB value is (13,77,89). Sum of RGB (Red+Green+Blue) = 13+77+89=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 77 (30.47% from 255 or 43.02% 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 #0D4D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4D59 is #F2B2A6. Grayscale: #3B3B3B. Windows color (decimal): -15905447 or 5852429. OLE color: 5852429.

HSL color Cylindrical-coordinate representation of color #0D4D59: hue angle of 189.47º 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 #0D4D59 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 77 89 -
CMYK 0.85 0.13 0 0.65
HSL 189.47º 0.75% 0.2% -
HSV(B) 189.47º 0.85% 0.35% -
XYZ 4.62 6.11 10.39 -
YUV 59.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 13 77 89 0.85 0.13 0 0.65 189.47 0.75 0.2
Hex D 4D 59 55 D 0 41 BD 4B 14
Octal 15 115 131 125 15 0 101 275 113 24
Binary 1101 1001101 1011001 1010101 1101 0 1000001 10111101 1001011 10100

Color Harmonies of #0D4D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4D59

Black with #0D4D59

Text Example


Text Example

White with #0D4D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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