#075269

Color #075269 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #075269

Tints of Blue Lagoon #075269

Color information

#075269 (or 0x075269) is unknown color: approx Blue Lagoon. HEX triplet: 07, 52 and 69. RGB value is (7,82,105). Sum of RGB (Red+Green+Blue) = 7+82+105=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #075269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075269 is #F8AD96. Grayscale: #3E3E3E. Windows color (decimal): -16297367 or 6902279. OLE color: 6902279.

HSL color Cylindrical-coordinate representation of color #075269: hue angle of 194.08º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075269 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB782105-
CMYK0.930.2200.59
HSL194.08º87.5%21.96%-
HSV(B)194.08º93.33%41.18%-
XYZ5.657.114.44-
YUV62.2152.1588.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.61%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 105 (41.41% from 255) = 54.12%
R=3.61%
G=42.27%
B=54.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7821050.930.2200.59194.0887.521.96
Hex752695D1603Bc25816
Octal71221511352607330213026
Binary11110100101101001101110110110011101111000010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075269; }

 p { color: rgb(7,82,105); }

 H1.HeaderClassName
 {
   color: #075269;
 }
 .AnyTagClassName
 {
   color: #075269;
 }
</style>
background-color css

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

 a { background-color: rgb(7,82,105); }

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

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

 span { border-color: rgb(7,82,105); }

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