#0A4C60

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

Shades of Sherpa Blue #0A4C60

Tints of Sherpa Blue #0A4C60

Color information

#0A4C60 (or 0x0A4C60) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 4C and 60. RGB value is (10,76,96). Sum of RGB (Red+Green+Blue) = 10+76+96=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A4C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4C60 is #F5B39F. Grayscale: #3A3A3A. Windows color (decimal): -16102304 or 6310922. OLE color: 6310922.

HSL color Cylindrical-coordinate representation of color #0A4C60: hue angle of 193.95º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4C60 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB107696-
CMYK0.900.2100.62
HSL193.95º81.13%20.78%-
HSV(B)193.95º89.58%37.65%-
XYZ4.826.0811.99-
YUV58.55149.1393.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.49%
GREEN value IS 76 (30.08% from 255) = 41.76%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=5.49%
G=41.76%
B=52.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1076960.900.2100.62193.9581.1320.78
HexA4C605A1503Ec25115
Octal121141401322507630212125
Binary101010011001100000101101010101011111011000010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,76,96); }

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

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

 a { background-color: rgb(10,76,96); }

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

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

 span { border-color: rgb(10,76,96); }

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