Html Css Color HEX #0D4853 Sherpa Blue

📋 copy color: '#0D4853'

red 13 ◦ green 72 ◦ blue 83

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

Shades of Sherpa Blue #0D4853

Tints of Sherpa Blue #0D4853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

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

R = 7.74%
G = 42.86%
B = 49.4%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D4853 (or 0x0D4853) is known color: Sherpa Blue. HEX triplet: 0D, 48 and 53. RGB value is (13,72,83). Sum of RGB (Red+Green+Blue) = 13+72+83=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D4853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4853 is #F2B7AC. Grayscale: #373737. Windows color (decimal): -15906733 or 5457933. OLE color: 5457933.

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

Color convert

RGB 13 72 83 -
CMYK 0.84 0.13 0 0.67
HSL 189.43º 0.73% 0.19% -
HSV(B) 189.43º 0.84% 0.33% -
XYZ 4.04 5.34 9 -
YUV 55.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 13 72 83 0.84 0.13 0 0.67 189.43 0.73 0.19
Hex D 48 53 54 D 0 43 BD 49 13
Octal 15 110 123 124 15 0 103 275 111 23
Binary 1101 1001000 1010011 1010100 1101 0 1000011 10111101 1001001 10011

Color Harmonies of #0D4853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4853

Black with #0D4853

Text Example


Text Example

White with #0D4853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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