Html Css Color HEX #076574 Blue Lagoon

📋 copy color: '#076574'

red 7 ◦ green 101 ◦ blue 116

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

Shades of Blue Lagoon #076574

Tints of Blue Lagoon #076574

RGB

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

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

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

R = 3.13%
G = 45.09%
B = 51.79%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076574 (or 0x076574) is known color: Blue Lagoon. HEX triplet: 07, 65 and 74. RGB value is (7,101,116). Sum of RGB (Red+Green+Blue) = 7+101+116=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #076574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076574 is #F89A8B. Grayscale: #4A4A4A. Windows color (decimal): -16292492 or 7628039. OLE color: 7628039.

HSL color Cylindrical-coordinate representation of color #076574: hue angle of 188.26º 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 #076574 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 101 116 -
CMYK 0.94 0.13 0 0.55
HSL 188.26º 0.89% 0.24% -
HSV(B) 188.26º 0.94% 0.45% -
XYZ 7.89 10.61 18.16 -
YUV 74.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 7 101 116 0.94 0.13 0 0.55 188.26 0.89 0.24
Hex 7 65 74 5E D 0 37 BC 59 18
Octal 7 145 164 136 15 0 67 274 131 30
Binary 111 1100101 1110100 1011110 1101 0 110111 10111100 1011001 11000

Color Harmonies of #076574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076574

Black with #076574

Text Example


Text Example

White with #076574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076574; }

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

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

background-color css

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

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

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

border-color css

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

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

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