Html Css Color HEX #076871 Blue Lagoon

📋 copy color: '#076871'

red 7 ◦ green 104 ◦ blue 113

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

Shades of Blue Lagoon #076871

Tints of Blue Lagoon #076871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.43%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 3.13%
G = 46.43%
B = 50.45%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#076871 (or 0x076871) is known color: Blue Lagoon. HEX triplet: 07, 68 and 71. RGB value is (7,104,113). Sum of RGB (Red+Green+Blue) = 7+104+113=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #076871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076871 is #F8978E. Grayscale: #4B4B4B. Windows color (decimal): -16291727 or 7432199. OLE color: 7432199.

HSL color Cylindrical-coordinate representation of color #076871: hue angle of 185.09º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076871 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 104 113 -
CMYK 0.94 0.08 0 0.56
HSL 185.09º 0.88% 0.24% -
HSV(B) 185.09º 0.94% 0.44% -
XYZ 8.02 11.14 17.35 -
YUV 76.02 148.86 78.77 -
System Red Green Blue C M Y K H S L
Decimal 7 104 113 0.94 0.08 0 0.56 185.09 0.88 0.24
Hex 7 68 71 5E 8 0 38 B9 58 18
Octal 7 150 161 136 10 0 70 271 130 30
Binary 111 1101000 1110001 1011110 1000 0 111000 10111001 1011000 11000

Color Harmonies of #076871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076871

Black with #076871

Text Example


Text Example

White with #076871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076871; }

 p { color: rgb(7,104,113); }

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

background-color css

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

 a { background-color: rgb(7,104,113); }

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

border-color css

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

 span { border-color: rgb(7,104,113); }

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