#0A3F50

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

Shades of Sherpa Blue #0A3F50

Tints of Sherpa Blue #0A3F50

Color information

#0A3F50 (or 0x0A3F50) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 3F and 50. RGB value is (10,63,80). Sum of RGB (Red+Green+Blue) = 10+63+80=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #0A3F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3F50 is #F5C0AF. Grayscale: #303030. Windows color (decimal): -16105648 or 5259018. OLE color: 5259018.

HSL color Cylindrical-coordinate representation of color #0A3F50: hue angle of 194.57º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3F50 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB106380-
CMYK0.870.2100.69
HSL194.57º77.78%17.65%-
HSV(B)194.57º87.5%31.37%-
XYZ3.354.28.22-
YUV49.09145.44100.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.54%
GREEN value IS 63 (25% from 255) = 41.18%
BLUE value IS 80 (31.64% from 255) = 52.29%
R=6.54%
G=41.18%
B=52.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1063800.870.2100.69194.5777.7817.65
HexA3F505715045c34e12
Octal127712012725010530311622
Binary101011111110100001010111101010100010111000011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,63,80); }

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

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

 a { background-color: rgb(10,63,80); }

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

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

 span { border-color: rgb(10,63,80); }

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