#0C4F50

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

Shades of Sherpa Blue #0C4F50

Tints of Sherpa Blue #0C4F50

Color information

#0C4F50 (or 0x0C4F50) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 4F and 50. RGB value is (12,79,80). Sum of RGB (Red+Green+Blue) = 12+79+80=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C4F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C4F50 is #F3B0AF. Grayscale: #3B3B3B. Windows color (decimal): -15970480 or 5263116. OLE color: 5263116.

HSL color Cylindrical-coordinate representation of color #0C4F50: hue angle of 180.88º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4F50 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB127980-
CMYK0.850.0100.69
HSL180.88º73.91%18.04%-
HSV(B)180.88º85%31.37%-
XYZ4.46.258.56-
YUV59.08139.894.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.02%
GREEN value IS 79 (31.25% from 255) = 46.20%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=7.02%
G=46.20%
B=46.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1279800.850.0100.69180.8873.9118.04
HexC4F50551045b54a12
Octal141171201251010526511222
Binary110010011111010000101010110100010110110101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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