Html Css Color HEX #0D494F Sherpa Blue

📋 copy color: '#0D494F'

red 13 ◦ green 73 ◦ blue 79

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

Shades of Sherpa Blue #0D494F

Tints of Sherpa Blue #0D494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.24%

 BLUE value IS 79 (31.25% from 255) = 47.88%

R = 7.88%
G = 44.24%
B = 47.88%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D494F (or 0x0D494F) is known color: Sherpa Blue. HEX triplet: 0D, 49 and 4F. RGB value is (13,73,79). Sum of RGB (Red+Green+Blue) = 13+73+79=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D494F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D494F is #F2B6B0. Grayscale: #373737. Windows color (decimal): -15906481 or 5196045. OLE color: 5196045.

HSL color Cylindrical-coordinate representation of color #0D494F: hue angle of 185.45º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D494F is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 73 79 -
CMYK 0.84 0.08 0 0.69
HSL 185.45º 0.72% 0.18% -
HSV(B) 185.45º 0.84% 0.31% -
XYZ 3.96 5.42 8.23 -
YUV 55.74 141.12 97.51 -
System Red Green Blue C M Y K H S L
Decimal 13 73 79 0.84 0.08 0 0.69 185.45 0.72 0.18
Hex D 49 4F 54 8 0 45 B9 48 12
Octal 15 111 117 124 10 0 105 271 110 22
Binary 1101 1001001 1001111 1010100 1000 0 1000101 10111001 1001000 10010

Color Harmonies of #0D494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D494F

Black with #0D494F

Text Example


Text Example

White with #0D494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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