#065772

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

Shades of Blue Lagoon #065772

Tints of Blue Lagoon #065772

Color information

#065772 (or 0x065772) is unknown color: approx Blue Lagoon. HEX triplet: 06, 57 and 72. RGB value is (6,87,114). Sum of RGB (Red+Green+Blue) = 6+87+114=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #065772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065772 is #F9A88D. Grayscale: #414141. Windows color (decimal): -16361614 or 7493382. OLE color: 7493382.

HSL color Cylindrical-coordinate representation of color #065772: hue angle of 195º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065772 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB687114-
CMYK0.950.2400.55
HSL195º90%23.53%-
HSV(B)195º94.74%44.71%-
XYZ6.528.0717.13-
YUV65.86155.1685.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=2.90%
G=42.03%
B=55.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6871140.950.2400.551959023.53
Hex657725F18037c35a18
Octal61271621373006730313230
Binary11010101111110010101111111000011011111000011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065772; }

 p { color: rgb(6,87,114); }

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

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

 a { background-color: rgb(6,87,114); }

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

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

 span { border-color: rgb(6,87,114); }

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