#0C5056

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

Shades of Sherpa Blue #0C5056

Tints of Sherpa Blue #0C5056

Color information

#0C5056 (or 0x0C5056) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 50 and 56. RGB value is (12,80,86). Sum of RGB (Red+Green+Blue) = 12+80+86=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C5056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5056 is #F3AFA9. Grayscale: #3C3C3C. Windows color (decimal): -15970218 or 5656588. OLE color: 5656588.

HSL color Cylindrical-coordinate representation of color #0C5056: hue angle of 184.86º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5056 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB128086-
CMYK0.860.0700.66
HSL184.86º75.51%19.22%-
HSV(B)184.86º86.05%33.73%-
XYZ4.76.499.81-
YUV60.35142.4793.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.74%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=6.74%
G=44.94%
B=48.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1280860.860.0700.66184.8675.5119.22
HexC5056567042b94c13
Octal141201261267010227111423
Binary11001010000101011010101101110100001010111001100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,80,86); }

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

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

 a { background-color: rgb(12,80,86); }

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

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

 span { border-color: rgb(12,80,86); }

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