#0A454B

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

Shades of Sherpa Blue #0A454B

Tints of Sherpa Blue #0A454B

Color information

#0A454B (or 0x0A454B) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 45 and 4B. RGB value is (10,69,75). Sum of RGB (Red+Green+Blue) = 10+69+75=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A454B is #F5BAB4. Grayscale: #333333. Windows color (decimal): -16104117 or 4932874. OLE color: 4932874.

HSL color Cylindrical-coordinate representation of color #0A454B: hue angle of 185.54º 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 #0A454B is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB106975-
CMYK0.870.0800.71
HSL185.54º76.47%16.67%-
HSV(B)185.54º86.67%29.41%-
XYZ3.524.837.4-
YUV52.04140.9598.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=6.49%
G=44.81%
B=48.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1069750.870.0800.71185.5476.4716.67
HexA454B578047ba4c11
Octal1210511312710010727211421
Binary101010001011001011101011110000100011110111010100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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