Html Css Color HEX #076569 Blue Lagoon

📋 copy color: '#076569'

red 7 ◦ green 101 ◦ blue 105

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

Shades of Blue Lagoon #076569

Tints of Blue Lagoon #076569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.42%

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

R = 3.29%
G = 47.42%
B = 49.3%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#076569 (or 0x076569) is known color: Blue Lagoon. HEX triplet: 07, 65 and 69. RGB value is (7,101,105). Sum of RGB (Red+Green+Blue) = 7+101+105=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #076569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076569 is #F89A96. Grayscale: #494949. Windows color (decimal): -16292503 or 6907143. OLE color: 6907143.

HSL color Cylindrical-coordinate representation of color #076569: hue angle of 182.45º 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 #076569 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 101 105 -
CMYK 0.93 0.04 0 0.59
HSL 182.45º 0.88% 0.22% -
HSV(B) 182.45º 0.93% 0.41% -
XYZ 7.29 10.37 14.98 -
YUV 73.35 145.86 80.67 -
System Red Green Blue C M Y K H S L
Decimal 7 101 105 0.93 0.04 0 0.59 182.45 0.88 0.22
Hex 7 65 69 5D 4 0 3B B6 58 16
Octal 7 145 151 135 4 0 73 266 130 26
Binary 111 1100101 1101001 1011101 100 0 111011 10110110 1011000 10110

Color Harmonies of #076569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076569

Black with #076569

Text Example


Text Example

White with #076569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076569; }

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

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

background-color css

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

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

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

border-color css

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

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

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