Html Css Color HEX #015056 Sherpa Blue

📋 copy color: '#015056'

red 1 ◦ green 80 ◦ blue 86

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

Shades of Sherpa Blue #015056

Tints of Sherpa Blue #015056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 51.5%

R = 0.6%
G = 47.9%
B = 51.5%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#015056 (or 0x015056) is known color: Sherpa Blue. HEX triplet: 01, 50 and 56. RGB value is (1,80,86). Sum of RGB (Red+Green+Blue) = 1+80+86=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #015056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015056 is #FEAFA9. Grayscale: #383838. Windows color (decimal): -16691114 or 5656577. OLE color: 5656577.

HSL color Cylindrical-coordinate representation of color #015056: hue angle of 184.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015056 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 80 86 -
CMYK 0.99 0.07 0 0.66
HSL 184.24º 0.98% 0.17% -
HSV(B) 184.24º 0.99% 0.34% -
XYZ 4.56 6.42 9.8 -
YUV 57.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 1 80 86 0.99 0.07 0 0.66 184.24 0.98 0.17
Hex 1 50 56 63 7 0 42 B8 62 11
Octal 1 120 126 143 7 0 102 270 142 21
Binary 1 1010000 1010110 1100011 111 0 1000010 10111000 1100010 10001

Color Harmonies of #015056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015056

Black with #015056

Text Example


Text Example

White with #015056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015056; }

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

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

background-color css

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

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

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

border-color css

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

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

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