Html Css Color HEX #01515F Sherpa Blue

📋 copy color: '#01515F'

red 1 ◦ green 81 ◦ blue 95

#01515F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #01515F

Tints of Sherpa Blue #01515F

RGB

 RED value IS 1 (0.78% from 255) = 0.56%

 GREEN value IS 81 (32.03% from 255) = 45.76%

 BLUE value IS 95 (37.5% from 255) = 53.67%

R = 0.56%
G = 45.76%
B = 53.67%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01515F (or 0x01515F) is known color: Sherpa Blue. HEX triplet: 01, 51 and 5F. RGB value is (1,81,95). Sum of RGB (Red+Green+Blue) = 1+81+95=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #01515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01515F is #FEAEA0. Grayscale: #3A3A3A. Windows color (decimal): -16690849 or 6246657. OLE color: 6246657.

HSL color Cylindrical-coordinate representation of color #01515F: hue angle of 188.94º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01515F is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 81 95 -
CMYK 0.99 0.15 0 0.63
HSL 188.94º 0.98% 0.19% -
HSV(B) 188.94º 0.99% 0.37% -
XYZ 5.02 6.72 11.86 -
YUV 58.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 1 81 95 0.99 0.15 0 0.63 188.94 0.98 0.19
Hex 1 51 5F 63 F 0 3F BD 62 13
Octal 1 121 137 143 17 0 77 275 142 23
Binary 1 1010001 1011111 1100011 1111 0 111111 10111101 1100010 10011

Color Harmonies of #01515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01515F

Black with #01515F

Text Example


Text Example

White with #01515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01515F; }

 p { color: rgb(1,81,95); }

 H1.HeaderClassName
 {
   color: #01515F;
 }
 .AnyTagClassName
 {
   color: #01515F;
 }
</style>

background-color css

<style>
 a { background-color: #01515F; }

 a { background-color: rgb(1,81,95); }

 div.DivClassName
 {
   background-color: #01515F;
 }
 .BgClassName
 {
   background-color: #01515F;
 }
</style>

border-color css

<style>
 span { border-color: #01515F; }

 span { border-color: rgb(1,81,95); }

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