#0A485C

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

Shades of Sherpa Blue #0A485C

Tints of Sherpa Blue #0A485C

Color information

#0A485C (or 0x0A485C) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 48 and 5C. RGB value is (10,72,92). Sum of RGB (Red+Green+Blue) = 10+72+92=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A485C is #F5B7A3. Grayscale: #373737. Windows color (decimal): -16103332 or 6047754. OLE color: 6047754.

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

Color convert

RGB107292-
CMYK0.890.2200.64
HSL194.63º80.39%20%-
HSV(B)194.63º89.13%36.08%-
XYZ4.375.4710.95-
YUV55.74148.4695.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 92 (36.33% from 255) = 52.87%
R=5.75%
G=41.38%
B=52.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1072920.890.2200.64194.6380.3920
HexA485C5916040c35014
Octal1211013413126010030312024
Binary1010100100010111001011001101100100000011000011101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,72,92); }

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

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

 a { background-color: rgb(10,72,92); }

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

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

 span { border-color: rgb(10,72,92); }

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