Html Css Color HEX #076869 Blue Lagoon

📋 copy color: '#076869'

red 7 ◦ green 104 ◦ blue 105

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

Shades of Blue Lagoon #076869

Tints of Blue Lagoon #076869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.61%

R = 3.24%
G = 48.15%
B = 48.61%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#076869 (or 0x076869) is known color: Blue Lagoon. HEX triplet: 07, 68 and 69. RGB value is (7,104,105). Sum of RGB (Red+Green+Blue) = 7+104+105=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #076869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076869 is #F89796. Grayscale: #4B4B4B. Windows color (decimal): -16291735 or 6907911. OLE color: 6907911.

HSL color Cylindrical-coordinate representation of color #076869: hue angle of 180.61º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076869 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 104 105 -
CMYK 0.93 0.01 0 0.59
HSL 180.61º 0.88% 0.22% -
HSV(B) 180.61º 0.93% 0.41% -
XYZ 7.59 10.97 15.08 -
YUV 75.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 7 104 105 0.93 0.01 0 0.59 180.61 0.88 0.22
Hex 7 68 69 5D 1 0 3B B5 58 16
Octal 7 150 151 135 1 0 73 265 130 26
Binary 111 1101000 1101001 1011101 1 0 111011 10110101 1011000 10110

Color Harmonies of #076869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076869

Black with #076869

Text Example


Text Example

White with #076869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076869; }

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

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

background-color css

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

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

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

border-color css

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

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

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