Html Css Color HEX #0D4553 Sherpa Blue

📋 copy color: '#0D4553'

red 13 ◦ green 69 ◦ blue 83

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

Shades of Sherpa Blue #0D4553

Tints of Sherpa Blue #0D4553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.82%

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

R = 7.88%
G = 41.82%
B = 50.3%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D4553 (or 0x0D4553) is known color: Sherpa Blue. HEX triplet: 0D, 45 and 53. RGB value is (13,69,83). Sum of RGB (Red+Green+Blue) = 13+69+83=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D4553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4553 is #F2BAAC. Grayscale: #353535. Windows color (decimal): -15907501 or 5457165. OLE color: 5457165.

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

Color convert

RGB 13 69 83 -
CMYK 0.84 0.17 0 0.67
HSL 192º 0.73% 0.19% -
HSV(B) 192º 0.84% 0.33% -
XYZ 3.86 4.97 8.94 -
YUV 53.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 13 69 83 0.84 0.17 0 0.67 192 0.73 0.19
Hex D 45 53 54 11 0 43 C0 49 13
Octal 15 105 123 124 21 0 103 300 111 23
Binary 1101 1000101 1010011 1010100 10001 0 1000011 11000000 1001001 10011

Color Harmonies of #0D4553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4553

Black with #0D4553

Text Example


Text Example

White with #0D4553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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