#0D525C

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

Shades of Sherpa Blue #0D525C

Tints of Sherpa Blue #0D525C

Color information

#0D525C (or 0x0D525C) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 52 and 5C. RGB value is (13,82,92). Sum of RGB (Red+Green+Blue) = 13+82+92=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D525C is #F2ADA3. Grayscale: #3E3E3E. Windows color (decimal): -15904164 or 6050317. OLE color: 6050317.

HSL color Cylindrical-coordinate representation of color #0D525C: hue angle of 187.59º 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 #0D525C is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB138292-
CMYK0.860.1100.64
HSL187.59º75.24%20.59%-
HSV(B)187.59º85.87%36.08%-
XYZ5.126.8911.19-
YUV62.51144.6492.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.95%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 92 (36.33% from 255) = 49.20%
R=6.95%
G=43.85%
B=49.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1382920.860.1100.64187.5975.2420.59
HexD525C56B040bc4b15
Octal1512213412613010027411325
Binary110110100101011100101011010110100000010111100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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