Html Css Color HEX #075677 Blue Lagoon

📋 copy color: '#075677'

red 7 ◦ green 86 ◦ blue 119

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

Shades of Blue Lagoon #075677

Tints of Blue Lagoon #075677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.57%

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

R = 3.3%
G = 40.57%
B = 56.13%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#075677 (or 0x075677) is known color: Blue Lagoon. HEX triplet: 07, 56 and 77. RGB value is (7,86,119). Sum of RGB (Red+Green+Blue) = 7+86+119=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #075677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075677 is #F8A988. Grayscale: #414141. Windows color (decimal): -16296329 or 7820807. OLE color: 7820807.

HSL color Cylindrical-coordinate representation of color #075677: hue angle of 197.68º 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 #075677 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 86 119 -
CMYK 0.94 0.28 0 0.53
HSL 197.68º 0.89% 0.25% -
HSV(B) 197.68º 0.94% 0.47% -
XYZ 6.75 8.03 18.65 -
YUV 66.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 7 86 119 0.94 0.28 0 0.53 197.68 0.89 0.25
Hex 7 56 77 5E 1C 0 35 C6 59 19
Octal 7 126 167 136 34 0 65 306 131 31
Binary 111 1010110 1110111 1011110 11100 0 110101 11000110 1011001 11001

Color Harmonies of #075677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075677

Black with #075677

Text Example


Text Example

White with #075677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075677; }

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

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

background-color css

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

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

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

border-color css

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

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

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