Html Css Color HEX #076584 Blue Lagoon

📋 copy color: '#076584'

red 7 ◦ green 101 ◦ blue 132

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

Shades of Blue Lagoon #076584

Tints of Blue Lagoon #076584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 55%

R = 2.92%
G = 42.08%
B = 55%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#076584 (or 0x076584) is known color: Blue Lagoon. HEX triplet: 07, 65 and 84. RGB value is (7,101,132). Sum of RGB (Red+Green+Blue) = 7+101+132=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #076584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076584 is #F89A7B. Grayscale: #4C4C4C. Windows color (decimal): -16292476 or 8676615. OLE color: 8676615.

HSL color Cylindrical-coordinate representation of color #076584: hue angle of 194.88º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076584 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 101 132 -
CMYK 0.95 0.23 0 0.48
HSL 194.88º 0.9% 0.27% -
HSV(B) 194.88º 0.95% 0.52% -
XYZ 8.91 11.02 23.49 -
YUV 76.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 7 101 132 0.95 0.23 0 0.48 194.88 0.9 0.27
Hex 7 65 84 5F 17 0 30 C3 5A 1B
Octal 7 145 204 137 27 0 60 303 132 33
Binary 111 1100101 10000100 1011111 10111 0 110000 11000011 1011010 11011

Color Harmonies of #076584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076584

Black with #076584

Text Example


Text Example

White with #076584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076584; }

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

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

background-color css

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

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

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

border-color css

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

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

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