Html Css Color HEX #075877 Blue Lagoon

📋 copy color: '#075877'

red 7 ◦ green 88 ◦ blue 119

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

Shades of Blue Lagoon #075877

Tints of Blue Lagoon #075877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.12%

 BLUE value IS 119 (46.88% from 255) = 55.61%

R = 3.27%
G = 41.12%
B = 55.61%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#075877 (or 0x075877) is known color: Blue Lagoon. HEX triplet: 07, 58 and 77. RGB value is (7,88,119). Sum of RGB (Red+Green+Blue) = 7+88+119=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #075877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075877 is #F8A788. Grayscale: #434343. Windows color (decimal): -16295817 or 7821319. OLE color: 7821319.

HSL color Cylindrical-coordinate representation of color #075877: hue angle of 196.61º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075877 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 88 119 -
CMYK 0.94 0.26 0 0.53
HSL 196.61º 0.89% 0.25% -
HSV(B) 196.61º 0.94% 0.47% -
XYZ 6.91 8.36 18.7 -
YUV 67.32 157.16 84.98 -
System Red Green Blue C M Y K H S L
Decimal 7 88 119 0.94 0.26 0 0.53 196.61 0.89 0.25
Hex 7 58 77 5E 1A 0 35 C5 59 19
Octal 7 130 167 136 32 0 65 305 131 31
Binary 111 1011000 1110111 1011110 11010 0 110101 11000101 1011001 11001

Color Harmonies of #075877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075877

Black with #075877

Text Example


Text Example

White with #075877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075877; }

 p { color: rgb(7,88,119); }

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

background-color css

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

 a { background-color: rgb(7,88,119); }

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

border-color css

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

 span { border-color: rgb(7,88,119); }

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