Html Css Color HEX #0D5359 Sherpa Blue

📋 copy color: '#0D5359'

red 13 ◦ green 83 ◦ blue 89

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

Shades of Sherpa Blue #0D5359

Tints of Sherpa Blue #0D5359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.86%

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

R = 7.03%
G = 44.86%
B = 48.11%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D5359 (or 0x0D5359) is known color: Sherpa Blue. HEX triplet: 0D, 53 and 59. RGB value is (13,83,89). Sum of RGB (Red+Green+Blue) = 13+83+89=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D5359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5359 is #F2ACA6. Grayscale: #3E3E3E. Windows color (decimal): -15903911 or 5853965. OLE color: 5853965.

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

Color convert

RGB 13 83 89 -
CMYK 0.85 0.07 0 0.65
HSL 184.74º 0.75% 0.2% -
HSV(B) 184.74º 0.85% 0.35% -
XYZ 5.06 6.99 10.53 -
YUV 62.75 142.81 92.51 -
System Red Green Blue C M Y K H S L
Decimal 13 83 89 0.85 0.07 0 0.65 184.74 0.75 0.2
Hex D 53 59 55 7 0 41 B9 4B 14
Octal 15 123 131 125 7 0 101 271 113 24
Binary 1101 1010011 1011001 1010101 111 0 1000001 10111001 1001011 10100

Color Harmonies of #0D5359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5359

Black with #0D5359

Text Example


Text Example

White with #0D5359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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