#075268

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

Shades of Blue Lagoon #075268

Tints of Blue Lagoon #075268

Color information

#075268 (or 0x075268) is unknown color: approx Blue Lagoon. HEX triplet: 07, 52 and 68. RGB value is (7,82,104). Sum of RGB (Red+Green+Blue) = 7+82+104=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #075268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075268 is #F8AD97. Grayscale: #3D3D3D. Windows color (decimal): -16297368 or 6836743. OLE color: 6836743.

HSL color Cylindrical-coordinate representation of color #075268: hue angle of 193.61º degrees, saturation: 0.87, 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 #075268 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB782104-
CMYK0.930.2100.59
HSL193.61º87.39%21.76%-
HSV(B)193.61º93.27%40.78%-
XYZ5.67.0814.17-
YUV62.08151.6588.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.63%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=3.63%
G=42.49%
B=53.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7821040.930.2100.59193.6187.3921.76
Hex752685D1503Bc25716
Octal71221501352507330212726
Binary11110100101101000101110110101011101111000010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075268; }

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

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

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

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

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

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

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

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