#0A4B4E

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

Shades of Sherpa Blue #0A4B4E

Tints of Sherpa Blue #0A4B4E

Color information

#0A4B4E (or 0x0A4B4E) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 4B and 4E. RGB value is (10,75,78). Sum of RGB (Red+Green+Blue) = 10+75+78=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #0A4B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4B4E is #F5B4B1. Grayscale: #373737. Windows color (decimal): -16102578 or 5131018. OLE color: 5131018.

HSL color Cylindrical-coordinate representation of color #0A4B4E: hue angle of 182.65º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4B4E is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB107578-
CMYK0.870.0400.69
HSL182.65º77.27%17.25%-
HSV(B)182.65º87.18%30.59%-
XYZ4.025.658.09-
YUV55.91140.4795.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.13%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=6.13%
G=46.01%
B=47.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1075780.870.0400.69182.6577.2717.25
HexA4B4E574045b74d11
Octal121131161274010526711521
Binary10101001011100111010101111000100010110110111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,75,78); }

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

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

 a { background-color: rgb(10,75,78); }

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

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

 span { border-color: rgb(10,75,78); }

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