Html Css Color HEX #075359 Sherpa Blue

📋 copy color: '#075359'

red 7 ◦ green 83 ◦ blue 89

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

Shades of Sherpa Blue #075359

Tints of Sherpa Blue #075359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.37%

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

R = 3.91%
G = 46.37%
B = 49.72%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#075359 (or 0x075359) is known color: Sherpa Blue. HEX triplet: 07, 53 and 59. RGB value is (7,83,89). Sum of RGB (Red+Green+Blue) = 7+83+89=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #075359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075359 is #F8ACA6. Grayscale: #3C3C3C. Windows color (decimal): -16297127 or 5853959. OLE color: 5853959.

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

Color convert

RGB 7 83 89 -
CMYK 0.92 0.07 0 0.65
HSL 184.39º 0.85% 0.19% -
HSV(B) 184.39º 0.92% 0.35% -
XYZ 4.98 6.95 10.53 -
YUV 60.96 143.82 89.51 -
System Red Green Blue C M Y K H S L
Decimal 7 83 89 0.92 0.07 0 0.65 184.39 0.85 0.19
Hex 7 53 59 5C 7 0 41 B8 55 13
Octal 7 123 131 134 7 0 101 270 125 23
Binary 111 1010011 1011001 1011100 111 0 1000001 10111000 1010101 10011

Color Harmonies of #075359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075359

Black with #075359

Text Example


Text Example

White with #075359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075359; }

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

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

background-color css

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

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

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

border-color css

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

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

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