Html Css Color HEX #076578 Blue Lagoon

📋 copy color: '#076578'

red 7 ◦ green 101 ◦ blue 120

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

Shades of Blue Lagoon #076578

Tints of Blue Lagoon #076578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.63%

R = 3.07%
G = 44.3%
B = 52.63%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#076578 (or 0x076578) is known color: Blue Lagoon. HEX triplet: 07, 65 and 78. RGB value is (7,101,120). Sum of RGB (Red+Green+Blue) = 7+101+120=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #076578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076578 is #F89A87. Grayscale: #4A4A4A. Windows color (decimal): -16292488 or 7890183. OLE color: 7890183.

HSL color Cylindrical-coordinate representation of color #076578: hue angle of 190.09º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076578 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 101 120 -
CMYK 0.94 0.16 0 0.53
HSL 190.09º 0.89% 0.25% -
HSV(B) 190.09º 0.94% 0.47% -
XYZ 8.13 10.71 19.41 -
YUV 75.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 7 101 120 0.94 0.16 0 0.53 190.09 0.89 0.25
Hex 7 65 78 5E 10 0 35 BE 59 19
Octal 7 145 170 136 20 0 65 276 131 31
Binary 111 1100101 1111000 1011110 10000 0 110101 10111110 1011001 11001

Color Harmonies of #076578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076578

Black with #076578

Text Example


Text Example

White with #076578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076578; }

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

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

background-color css

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

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

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

border-color css

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

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

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