Html Css Color HEX #076874 Blue Lagoon

📋 copy color: '#076874'

red 7 ◦ green 104 ◦ blue 116

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

Shades of Blue Lagoon #076874

Tints of Blue Lagoon #076874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.1%

R = 3.08%
G = 45.81%
B = 51.1%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076874 (or 0x076874) is known color: Blue Lagoon. HEX triplet: 07, 68 and 74. RGB value is (7,104,116). Sum of RGB (Red+Green+Blue) = 7+104+116=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #076874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076874 is #F8978B. Grayscale: #4C4C4C. Windows color (decimal): -16291724 or 7628807. OLE color: 7628807.

HSL color Cylindrical-coordinate representation of color #076874: hue angle of 186.61º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076874 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 104 116 -
CMYK 0.94 0.10 0 0.55
HSL 186.61º 0.89% 0.24% -
HSV(B) 186.61º 0.94% 0.45% -
XYZ 8.19 11.21 18.25 -
YUV 76.37 150.36 78.52 -
System Red Green Blue C M Y K H S L
Decimal 7 104 116 0.94 0.10 0 0.55 186.61 0.89 0.24
Hex 7 68 74 5E A 0 37 BB 59 18
Octal 7 150 164 136 12 0 67 273 131 30
Binary 111 1101000 1110100 1011110 1010 0 110111 10111011 1011001 11000

Color Harmonies of #076874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076874

Black with #076874

Text Example


Text Example

White with #076874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076874; }

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

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

background-color css

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

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

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

border-color css

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

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

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