Html Css Color HEX #01505C Sherpa Blue

📋 copy color: '#01505C'

red 1 ◦ green 80 ◦ blue 92

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

Shades of Sherpa Blue #01505C

Tints of Sherpa Blue #01505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 53.18%

R = 0.58%
G = 46.24%
B = 53.18%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01505C (or 0x01505C) is known color: Sherpa Blue. HEX triplet: 01, 50 and 5C. RGB value is (1,80,92). Sum of RGB (Red+Green+Blue) = 1+80+92=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #01505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01505C is #FEAFA3. Grayscale: #393939. Windows color (decimal): -16691108 or 6049793. OLE color: 6049793.

HSL color Cylindrical-coordinate representation of color #01505C: hue angle of 187.91º 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 #01505C is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 80 92 -
CMYK 0.99 0.13 0 0.64
HSL 187.91º 0.98% 0.18% -
HSV(B) 187.91º 0.99% 0.36% -
XYZ 4.81 6.52 11.13 -
YUV 57.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 1 80 92 0.99 0.13 0 0.64 187.91 0.98 0.18
Hex 1 50 5C 63 D 0 40 BC 62 12
Octal 1 120 134 143 15 0 100 274 142 22
Binary 1 1010000 1011100 1100011 1101 0 1000000 10111100 1100010 10010

Color Harmonies of #01505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01505C

Black with #01505C

Text Example


Text Example

White with #01505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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