#075866

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

Shades of Blue Lagoon #075866

Tints of Blue Lagoon #075866

Color information

#075866 (or 0x075866) is unknown color: approx Blue Lagoon. HEX triplet: 07, 58 and 66. RGB value is (7,88,102). Sum of RGB (Red+Green+Blue) = 7+88+102=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #075866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075866 is #F8A799. Grayscale: #414141. Windows color (decimal): -16295834 or 6707207. OLE color: 6707207.

HSL color Cylindrical-coordinate representation of color #075866: hue angle of 188.84º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075866 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB788102-
CMYK0.930.1400.6
HSL188.84º87.16%21.37%-
HSV(B)188.84º93.14%40%-
XYZ5.987.9813.8-
YUV65.38148.6686.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.55%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 102 (40.23% from 255) = 51.78%
R=3.55%
G=44.67%
B=51.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7881020.930.1400.6188.8487.1621.37
Hex758665DE03Cbd5715
Octal71301461351607427512725
Binary1111011000110011010111011110011110010111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075866; }

 p { color: rgb(7,88,102); }

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

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

 a { background-color: rgb(7,88,102); }

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

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

 span { border-color: rgb(7,88,102); }

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