Html Css Color HEX #075059 Sherpa Blue

📋 copy color: '#075059'

red 7 ◦ green 80 ◦ blue 89

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

Shades of Sherpa Blue #075059

Tints of Sherpa Blue #075059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.57%

R = 3.98%
G = 45.45%
B = 50.57%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#075059 (or 0x075059) is known color: Sherpa Blue. HEX triplet: 07, 50 and 59. RGB value is (7,80,89). Sum of RGB (Red+Green+Blue) = 7+80+89=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #075059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075059 is #F8AFA6. Grayscale: #3B3B3B. Windows color (decimal): -16297895 or 5853191. OLE color: 5853191.

HSL color Cylindrical-coordinate representation of color #075059: hue angle of 186.59º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075059 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 80 89 -
CMYK 0.92 0.10 0 0.65
HSL 186.59º 0.85% 0.19% -
HSV(B) 186.59º 0.92% 0.35% -
XYZ 4.76 6.5 10.46 -
YUV 59.2 144.82 90.77 -
System Red Green Blue C M Y K H S L
Decimal 7 80 89 0.92 0.10 0 0.65 186.59 0.85 0.19
Hex 7 50 59 5C A 0 41 BB 55 13
Octal 7 120 131 134 12 0 101 273 125 23
Binary 111 1010000 1011001 1011100 1010 0 1000001 10111011 1010101 10011

Color Harmonies of #075059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075059

Black with #075059

Text Example


Text Example

White with #075059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075059; }

 p { color: rgb(7,80,89); }

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

background-color css

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

 a { background-color: rgb(7,80,89); }

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

border-color css

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

 span { border-color: rgb(7,80,89); }

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