#07607f

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

Shades of Blue Lagoon #07607F

Tints of Blue Lagoon #07607F

Color information

#07607F (or 0x07607F) is unknown color: approx Blue Lagoon. HEX triplet: 07, 60 and 7F. RGB value is (7,96,127). Sum of RGB (Red+Green+Blue) = 7+96+127=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #07607F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07607F is #F89F80. Grayscale: #484848. Windows color (decimal): -16293761 or 8347655. OLE color: 8347655.

HSL color Cylindrical-coordinate representation of color #07607F: hue angle of 195.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07607F is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB796127-
CMYK0.940.2400.50
HSL195.5º89.55%26.27%-
HSV(B)195.5º94.49%49.8%-
XYZ8.19.9421.57-
YUV72.92158.5180.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 127 (50% from 255) = 55.22%
R=3.04%
G=41.74%
B=55.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7961270.940.2400.50195.589.5526.27
Hex7607F5E18032c45a1a
Octal71401771363006230413232
Binary11111000001111111101111011000011001011000100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07607f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07607f; }

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

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

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

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

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

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

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

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