#01504B

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

Shades of Sherpa Blue #01504B

Tints of Sherpa Blue #01504B

Color information

#01504B (or 0x01504B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 50 and 4B. RGB value is (1,80,75). Sum of RGB (Red+Green+Blue) = 1+80+75=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #01504B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01504B is #FEAFB4. Grayscale: #373737. Windows color (decimal): -16691125 or 4935681. OLE color: 4935681.

HSL color Cylindrical-coordinate representation of color #01504B: hue angle of 176.2º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01504B is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB18075-
CMYK0.9900.060.69
HSL176.2º97.53%15.88%-
HSV(B)176.2º98.75%31.37%-
XYZ4.156.257.64-
YUV55.81138.8388.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=0.64%
G=51.28%
B=48.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180750.9900.060.69176.297.5315.88
Hex1504B630645b06210
Octal11201131430610526014220
Binary11010000100101111000110110100010110110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01504B; }

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

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

<style>
 a { background-color: #01504B; }

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

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

<style>
 span { border-color: #01504B; }

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

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