#0D505C

Color #0D505C Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #0D505C

Tints of Sherpa Blue #0D505C

Color information

#0D505C (or 0x0D505C) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 50 and 5C. RGB value is (13,80,92). Sum of RGB (Red+Green+Blue) = 13+80+92=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D505C is #F2AFA3. Grayscale: #3D3D3D. Windows color (decimal): -15904676 or 6049805. OLE color: 6049805.

HSL color Cylindrical-coordinate representation of color #0D505C: hue angle of 189.11º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D505C is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB138092-
CMYK0.860.1300.64
HSL189.11º75.24%20.59%-
HSV(B)189.11º85.87%36.08%-
XYZ4.976.611.14-
YUV61.33145.393.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.03%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 92 (36.33% from 255) = 49.73%
R=7.03%
G=43.24%
B=49.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1380920.860.1300.64189.1175.2420.59
HexD505C56D040bd4b15
Octal1512013412615010027511325
Binary110110100001011100101011011010100000010111101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,80,92); }

 H1.HeaderClassName
 {
   color: #0D505C;
 }
 .AnyTagClassName
 {
   color: #0D505C;
 }
</style>
background-color css

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

 a { background-color: rgb(13,80,92); }

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

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

 span { border-color: rgb(13,80,92); }

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