Html Css Color HEX #0D444D Sherpa Blue

📋 copy color: '#0D444D'

red 13 ◦ green 68 ◦ blue 77

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

Shades of Sherpa Blue #0D444D

Tints of Sherpa Blue #0D444D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.04%

 BLUE value IS 77 (30.47% from 255) = 48.73%

R = 8.23%
G = 43.04%
B = 48.73%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D444D (or 0x0D444D) is known color: Sherpa Blue. HEX triplet: 0D, 44 and 4D. RGB value is (13,68,77). Sum of RGB (Red+Green+Blue) = 13+68+77=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D444D is #F2BBB2. Grayscale: #343434. Windows color (decimal): -15907763 or 5063693. OLE color: 5063693.

HSL color Cylindrical-coordinate representation of color #0D444D: hue angle of 188.44º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D444D is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 13 68 77 -
CMYK 0.83 0.12 0 0.70
HSL 188.44º 0.71% 0.18% -
HSV(B) 188.44º 0.83% 0.3% -
XYZ 3.57 4.76 7.75 -
YUV 52.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 13 68 77 0.83 0.12 0 0.70 188.44 0.71 0.18
Hex D 44 4D 53 C 0 46 BC 47 12
Octal 15 104 115 123 14 0 106 274 107 22
Binary 1101 1000100 1001101 1010011 1100 0 1000110 10111100 1000111 10010

Color Harmonies of #0D444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D444D

Black with #0D444D

Text Example


Text Example

White with #0D444D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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