#0A414B

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

Shades of Sherpa Blue #0A414B

Tints of Sherpa Blue #0A414B

Color information

#0A414B (or 0x0A414B) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 41 and 4B. RGB value is (10,65,75). Sum of RGB (Red+Green+Blue) = 10+65+75=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A414B is #F5BEB4. Grayscale: #313131. Windows color (decimal): -16105141 or 4931850. OLE color: 4931850.

HSL color Cylindrical-coordinate representation of color #0A414B: hue angle of 189.23º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A414B is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB106575-
CMYK0.870.1300.71
HSL189.23º76.47%16.67%-
HSV(B)189.23º86.67%29.41%-
XYZ3.294.357.32-
YUV49.7142.2899.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.67%
GREEN value IS 65 (25.78% from 255) = 43.33%
BLUE value IS 75 (29.69% from 255) = 50%
R=6.67%
G=43.33%
B=50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1065750.870.1300.71189.2376.4716.67
HexA414B57D047bd4c11
Octal1210111312715010727511421
Binary101010000011001011101011111010100011110111101100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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