#01505A

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

Shades of Sherpa Blue #01505A

Tints of Sherpa Blue #01505A

Color information

#01505A (or 0x01505A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 50 and 5A. RGB value is (1,80,90). Sum of RGB (Red+Green+Blue) = 1+80+90=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #01505A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01505A is #FEAFA5. Grayscale: #393939. Windows color (decimal): -16691110 or 5918721. OLE color: 5918721.

HSL color Cylindrical-coordinate representation of color #01505A: hue angle of 186.74º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01505A is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB18090-
CMYK0.990.1100.65
HSL186.74º97.8%17.84%-
HSV(B)186.74º98.89%35.29%-
XYZ4.736.4810.67-
YUV57.52146.3387.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=0.58%
G=46.78%
B=52.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal180900.990.1100.65186.7497.817.84
Hex1505A63B041bb6212
Octal112013214313010127314222
Binary110100001011010110001110110100000110111011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01505A; }

 p { color: rgb(1,80,90); }

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

<style>
 a { background-color: #01505A; }

 a { background-color: rgb(1,80,90); }

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

<style>
 span { border-color: #01505A; }

 span { border-color: rgb(1,80,90); }

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