Html Css Color HEX #075259 Sherpa Blue

📋 copy color: '#075259'

red 7 ◦ green 82 ◦ blue 89

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

Shades of Sherpa Blue #075259

Tints of Sherpa Blue #075259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.07%

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

R = 3.93%
G = 46.07%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#075259 (or 0x075259) is known color: Sherpa Blue. HEX triplet: 07, 52 and 59. RGB value is (7,82,89). Sum of RGB (Red+Green+Blue) = 7+82+89=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #075259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075259 is #F8ADA6. Grayscale: #3C3C3C. Windows color (decimal): -16297383 or 5853703. OLE color: 5853703.

HSL color Cylindrical-coordinate representation of color #075259: hue angle of 185.12º 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 #075259 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 82 89 -
CMYK 0.92 0.08 0 0.65
HSL 185.12º 0.85% 0.19% -
HSV(B) 185.12º 0.92% 0.35% -
XYZ 4.91 6.8 10.51 -
YUV 60.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 7 82 89 0.92 0.08 0 0.65 185.12 0.85 0.19
Hex 7 52 59 5C 8 0 41 B9 55 13
Octal 7 122 131 134 10 0 101 271 125 23
Binary 111 1010010 1011001 1011100 1000 0 1000001 10111001 1010101 10011

Color Harmonies of #075259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075259

Black with #075259

Text Example


Text Example

White with #075259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075259; }

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

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

background-color css

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

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

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

border-color css

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

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

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