Html Css Color HEX #076185 Blue Lagoon

📋 copy color: '#076185'

red 7 ◦ green 97 ◦ blue 133

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

Shades of Blue Lagoon #076185

Tints of Blue Lagoon #076185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.93%

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

R = 2.95%
G = 40.93%
B = 56.12%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#076185 (or 0x076185) is known color: Blue Lagoon. HEX triplet: 07, 61 and 85. RGB value is (7,97,133). Sum of RGB (Red+Green+Blue) = 7+97+133=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #076185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076185 is #F89E7A. Grayscale: #494949. Windows color (decimal): -16293499 or 8741127. OLE color: 8741127.

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

Color convert

RGB 7 97 133 -
CMYK 0.95 0.27 0 0.48
HSL 197.14º 0.9% 0.27% -
HSV(B) 197.14º 0.95% 0.52% -
XYZ 8.6 10.29 23.72 -
YUV 74.19 161.18 80.07 -
System Red Green Blue C M Y K H S L
Decimal 7 97 133 0.95 0.27 0 0.48 197.14 0.9 0.27
Hex 7 61 85 5F 1B 0 30 C5 5A 1B
Octal 7 141 205 137 33 0 60 305 132 33
Binary 111 1100001 10000101 1011111 11011 0 110000 11000101 1011010 11011

Color Harmonies of #076185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076185

Black with #076185

Text Example


Text Example

White with #076185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076185; }

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

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

background-color css

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

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

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

border-color css

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

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

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