Html Css Color HEX #076475 Blue Lagoon

📋 copy color: '#076475'

red 7 ◦ green 100 ◦ blue 117

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

Shades of Blue Lagoon #076475

Tints of Blue Lagoon #076475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.64%

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 3.13%
G = 44.64%
B = 52.23%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#076475 (or 0x076475) is known color: Blue Lagoon. HEX triplet: 07, 64 and 75. RGB value is (7,100,117). Sum of RGB (Red+Green+Blue) = 7+100+117=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #076475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076475 is #F89B8A. Grayscale: #494949. Windows color (decimal): -16292747 or 7693319. OLE color: 7693319.

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

Color convert

RGB 7 100 117 -
CMYK 0.94 0.15 0 0.54
HSL 189.27º 0.89% 0.24% -
HSV(B) 189.27º 0.94% 0.46% -
XYZ 7.86 10.44 18.43 -
YUV 74.13 152.19 80.12 -
System Red Green Blue C M Y K H S L
Decimal 7 100 117 0.94 0.15 0 0.54 189.27 0.89 0.24
Hex 7 64 75 5E F 0 36 BD 59 18
Octal 7 144 165 136 17 0 66 275 131 30
Binary 111 1100100 1110101 1011110 1111 0 110110 10111101 1011001 11000

Color Harmonies of #076475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076475

Black with #076475

Text Example


Text Example

White with #076475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076475; }

 p { color: rgb(7,100,117); }

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

background-color css

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

 a { background-color: rgb(7,100,117); }

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

border-color css

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

 span { border-color: rgb(7,100,117); }

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