Html Css Color HEX #075160 Sherpa Blue

📋 copy color: '#075160'

red 7 ◦ green 81 ◦ blue 96

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

Shades of Sherpa Blue #075160

Tints of Sherpa Blue #075160

RGB

 RED value IS 7 (3.13% from 255) = 3.8%

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

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

R = 3.8%
G = 44.02%
B = 52.17%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#075160 (or 0x075160) is known color: Sherpa Blue. HEX triplet: 07, 51 and 60. RGB value is (7,81,96). Sum of RGB (Red+Green+Blue) = 7+81+96=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #075160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075160 is #F8AE9F. Grayscale: #3C3C3C. Windows color (decimal): -16297632 or 6312199. OLE color: 6312199.

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

Color convert

RGB 7 81 96 -
CMYK 0.93 0.16 0 0.62
HSL 190.11º 0.86% 0.2% -
HSV(B) 190.11º 0.93% 0.38% -
XYZ 5.14 6.77 12.1 -
YUV 60.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 7 81 96 0.93 0.16 0 0.62 190.11 0.86 0.2
Hex 7 51 60 5D 10 0 3E BE 56 14
Octal 7 121 140 135 20 0 76 276 126 24
Binary 111 1010001 1100000 1011101 10000 0 111110 10111110 1010110 10100

Color Harmonies of #075160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075160

Black with #075160

Text Example


Text Example

White with #075160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075160; }

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

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

background-color css

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

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

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

border-color css

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

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

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