Html Css Color HEX #076085 Blue Lagoon

📋 copy color: '#076085'

red 7 ◦ green 96 ◦ blue 133

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

Shades of Blue Lagoon #076085

Tints of Blue Lagoon #076085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.68%

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 2.97%
G = 40.68%
B = 56.36%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#076085 (or 0x076085) is known color: Blue Lagoon. HEX triplet: 07, 60 and 85. RGB value is (7,96,133). Sum of RGB (Red+Green+Blue) = 7+96+133=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #076085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076085 is #F89F7A. Grayscale: #494949. Windows color (decimal): -16293755 or 8740871. OLE color: 8740871.

HSL color Cylindrical-coordinate representation of color #076085: hue angle of 197.62º 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 #076085 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 96 133 -
CMYK 0.95 0.28 0 0.48
HSL 197.62º 0.9% 0.27% -
HSV(B) 197.62º 0.95% 0.52% -
XYZ 8.5 10.1 23.69 -
YUV 73.61 161.51 80.49 -
System Red Green Blue C M Y K H S L
Decimal 7 96 133 0.95 0.28 0 0.48 197.62 0.9 0.27
Hex 7 60 85 5F 1C 0 30 C6 5A 1B
Octal 7 140 205 137 34 0 60 306 132 33
Binary 111 1100000 10000101 1011111 11100 0 110000 11000110 1011010 11011

Color Harmonies of #076085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076085

Black with #076085

Text Example


Text Example

White with #076085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076085; }

 p { color: rgb(7,96,133); }

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

background-color css

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

 a { background-color: rgb(7,96,133); }

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

border-color css

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

 span { border-color: rgb(7,96,133); }

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