Html Css Color HEX #0D4F53 Sherpa Blue

📋 copy color: '#0D4F53'

red 13 ◦ green 79 ◦ blue 83

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

Shades of Sherpa Blue #0D4F53

Tints of Sherpa Blue #0D4F53

RGB

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

 GREEN value IS 79 (31.25% from 255) = 45.14%

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

R = 7.43%
G = 45.14%
B = 47.43%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D4F53 (or 0x0D4F53) is known color: Sherpa Blue. HEX triplet: 0D, 4F and 53. RGB value is (13,79,83). Sum of RGB (Red+Green+Blue) = 13+79+83=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D4F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4F53 is #F2B0AC. Grayscale: #3B3B3B. Windows color (decimal): -15904941 or 5459725. OLE color: 5459725.

HSL color Cylindrical-coordinate representation of color #0D4F53: hue angle of 183.43º 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 #0D4F53 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 79 83 -
CMYK 0.84 0.05 0 0.67
HSL 183.43º 0.73% 0.19% -
HSV(B) 183.43º 0.84% 0.33% -
XYZ 4.52 6.3 9.16 -
YUV 59.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 13 79 83 0.84 0.05 0 0.67 183.43 0.73 0.19
Hex D 4F 53 54 5 0 43 B7 49 13
Octal 15 117 123 124 5 0 103 267 111 23
Binary 1101 1001111 1010011 1010100 101 0 1000011 10110111 1001001 10011

Color Harmonies of #0D4F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4F53

Black with #0D4F53

Text Example


Text Example

White with #0D4F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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