Html Css Color HEX #01505B Sherpa Blue

📋 copy color: '#01505B'

red 1 ◦ green 80 ◦ blue 91

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

Shades of Sherpa Blue #01505B

Tints of Sherpa Blue #01505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.51%

 BLUE value IS 91 (35.94% from 255) = 52.91%

R = 0.58%
G = 46.51%
B = 52.91%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01505B (or 0x01505B) is known color: Sherpa Blue. HEX triplet: 01, 50 and 5B. RGB value is (1,80,91). Sum of RGB (Red+Green+Blue) = 1+80+91=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #01505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01505B is #FEAFA4. Grayscale: #393939. Windows color (decimal): -16691109 or 5984257. OLE color: 5984257.

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

Color convert

RGB 1 80 91 -
CMYK 0.99 0.12 0 0.64
HSL 187.33º 0.98% 0.18% -
HSV(B) 187.33º 0.99% 0.36% -
XYZ 4.77 6.5 10.9 -
YUV 57.63 146.83 87.61 -
System Red Green Blue C M Y K H S L
Decimal 1 80 91 0.99 0.12 0 0.64 187.33 0.98 0.18
Hex 1 50 5B 63 C 0 40 BB 62 12
Octal 1 120 133 143 14 0 100 273 142 22
Binary 1 1010000 1011011 1100011 1100 0 1000000 10111011 1100010 10010

Color Harmonies of #01505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01505B

Black with #01505B

Text Example


Text Example

White with #01505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01505B;
 }
 .AnyTagClassName
 {
   color: #01505B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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