#0C525D

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

Shades of Sherpa Blue #0C525D

Tints of Sherpa Blue #0C525D

Color information

#0C525D (or 0x0C525D) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 52 and 5D. RGB value is (12,82,93). Sum of RGB (Red+Green+Blue) = 12+82+93=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C525D is #F3ADA2. Grayscale: #3E3E3E. Windows color (decimal): -15969699 or 6115852. OLE color: 6115852.

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

Color convert

RGB128293-
CMYK0.870.1200.64
HSL188.15º77.14%20.59%-
HSV(B)188.15º87.1%36.47%-
XYZ5.146.911.42-
YUV62.32145.3192.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.42%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=6.42%
G=43.85%
B=49.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1282930.870.1200.64188.1577.1420.59
HexC525D57C040bc4d15
Octal1412213512714010027411525
Binary110010100101011101101011111000100000010111100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,82,93); }

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

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

 a { background-color: rgb(12,82,93); }

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

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

 span { border-color: rgb(12,82,93); }

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