Html Css Color HEX #0D4D53 Sherpa Blue

📋 copy color: '#0D4D53'

red 13 ◦ green 77 ◦ blue 83

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

Shades of Sherpa Blue #0D4D53

Tints of Sherpa Blue #0D4D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 47.98%

R = 7.51%
G = 44.51%
B = 47.98%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D4D53 (or 0x0D4D53) is known color: Sherpa Blue. HEX triplet: 0D, 4D and 53. RGB value is (13,77,83). Sum of RGB (Red+Green+Blue) = 13+77+83=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D4D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4D53 is #F2B2AC. Grayscale: #3A3A3A. Windows color (decimal): -15905453 or 5459213. OLE color: 5459213.

HSL color Cylindrical-coordinate representation of color #0D4D53: hue angle of 185.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D4D53 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 77 83 -
CMYK 0.84 0.07 0 0.67
HSL 185.14º 0.73% 0.19% -
HSV(B) 185.14º 0.84% 0.33% -
XYZ 4.38 6.02 9.11 -
YUV 58.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 13 77 83 0.84 0.07 0 0.67 185.14 0.73 0.19
Hex D 4D 53 54 7 0 43 B9 49 13
Octal 15 115 123 124 7 0 103 271 111 23
Binary 1101 1001101 1010011 1010100 111 0 1000011 10111001 1001001 10011

Color Harmonies of #0D4D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4D53

Black with #0D4D53

Text Example


Text Example

White with #0D4D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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