Html Css Color HEX #076275 Blue Lagoon

📋 copy color: '#076275'

red 7 ◦ green 98 ◦ blue 117

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

Shades of Blue Lagoon #076275

Tints of Blue Lagoon #076275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.14%

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

R = 3.15%
G = 44.14%
B = 52.7%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#076275 (or 0x076275) is known color: Blue Lagoon. HEX triplet: 07, 62 and 75. RGB value is (7,98,117). Sum of RGB (Red+Green+Blue) = 7+98+117=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #076275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076275 is #F89D8A. Grayscale: #484848. Windows color (decimal): -16293259 or 7692807. OLE color: 7692807.

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

Color convert

RGB 7 98 117 -
CMYK 0.94 0.16 0 0.54
HSL 190.36º 0.89% 0.24% -
HSV(B) 190.36º 0.94% 0.46% -
XYZ 7.67 10.06 18.37 -
YUV 72.96 152.85 80.96 -
System Red Green Blue C M Y K H S L
Decimal 7 98 117 0.94 0.16 0 0.54 190.36 0.89 0.24
Hex 7 62 75 5E 10 0 36 BE 59 18
Octal 7 142 165 136 20 0 66 276 131 30
Binary 111 1100010 1110101 1011110 10000 0 110110 10111110 1011001 11000

Color Harmonies of #076275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076275

Black with #076275

Text Example


Text Example

White with #076275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076275; }

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

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

background-color css

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

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

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

border-color css

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

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

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