Html Css Color HEX #01505D Sherpa Blue

📋 copy color: '#01505D'

red 1 ◦ green 80 ◦ blue 93

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

Shades of Sherpa Blue #01505D

Tints of Sherpa Blue #01505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.45%

R = 0.57%
G = 45.98%
B = 53.45%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01505D (or 0x01505D) is known color: Sherpa Blue. HEX triplet: 01, 50 and 5D. RGB value is (1,80,93). Sum of RGB (Red+Green+Blue) = 1+80+93=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #01505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01505D is #FEAFA2. Grayscale: #393939. Windows color (decimal): -16691107 or 6115329. OLE color: 6115329.

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

Color convert

RGB 1 80 93 -
CMYK 0.99 0.14 0 0.64
HSL 188.48º 0.98% 0.18% -
HSV(B) 188.48º 0.99% 0.36% -
XYZ 4.86 6.53 11.36 -
YUV 57.86 147.83 87.44 -
System Red Green Blue C M Y K H S L
Decimal 1 80 93 0.99 0.14 0 0.64 188.48 0.98 0.18
Hex 1 50 5D 63 E 0 40 BC 62 12
Octal 1 120 135 143 16 0 100 274 142 22
Binary 1 1010000 1011101 1100011 1110 0 1000000 10111100 1100010 10010

Color Harmonies of #01505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01505D

Black with #01505D

Text Example


Text Example

White with #01505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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