#0C525B

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

Shades of Sherpa Blue #0C525B

Tints of Sherpa Blue #0C525B

Color information

#0C525B (or 0x0C525B) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 52 and 5B. RGB value is (12,82,91). Sum of RGB (Red+Green+Blue) = 12+82+91=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C525B is #F3ADA4. Grayscale: #3D3D3D. Windows color (decimal): -15969701 or 5984780. OLE color: 5984780.

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

Color convert

RGB128291-
CMYK0.870.1000.64
HSL186.84º76.7%20.2%-
HSV(B)186.84º86.81%35.69%-
XYZ5.066.8710.96-
YUV62.1144.3192.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 91 (35.94% from 255) = 49.19%
R=6.49%
G=44.32%
B=49.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1282910.870.1000.64186.8476.720.2
HexC525B57A040bb4d14
Octal1412213312712010027311524
Binary110010100101011011101011110100100000010111011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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