Html Css Color HEX #005160 Sherpa Blue

📋 copy color: '#005160'

red 0 ◦ green 81 ◦ blue 96

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

Shades of Sherpa Blue #005160

Tints of Sherpa Blue #005160

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 96 (37.89% from 255) = 54.24%

R = 0%
G = 45.76%
B = 54.24%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005160 (or 0x005160) is known color: Sherpa Blue. HEX triplet: 00, 51 and 60. RGB value is (0,81,96). Sum of RGB (Red+Green+Blue) = 0+81+96=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #005160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005160 is #FFAE9F. Grayscale: #3A3A3A. Windows color (decimal): -16756384 or 6312192. OLE color: 6312192.

HSL color Cylindrical-coordinate representation of color #005160: hue angle of 189.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005160 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 81 96 -
CMYK 1 0.16 0 0.62
HSL 189.38º 1% 0.19% -
HSV(B) 189.38º 1% 0.38% -
XYZ 5.05 6.73 12.1 -
YUV 58.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 0 81 96 1 0.16 0 0.62 189.38 1 0.19
Hex 0 51 60 64 10 0 3E BD 64 13
Octal 0 121 140 144 20 0 76 275 144 23
Binary 0 1010001 1100000 1100100 10000 0 111110 10111101 1100100 10011

Color Harmonies of #005160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005160

Black with #005160

Text Example


Text Example

White with #005160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005160; }

 p { color: rgb(0,81,96); }

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

background-color css

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

 a { background-color: rgb(0,81,96); }

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

border-color css

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

 span { border-color: rgb(0,81,96); }

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