#065672

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

Shades of Blue Lagoon #065672

Tints of Blue Lagoon #065672

Color information

#065672 (or 0x065672) is unknown color: approx Blue Lagoon. HEX triplet: 06, 56 and 72. RGB value is (6,86,114). Sum of RGB (Red+Green+Blue) = 6+86+114=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #065672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065672 is #F9A98D. Grayscale: #414141. Windows color (decimal): -16361870 or 7493126. OLE color: 7493126.

HSL color Cylindrical-coordinate representation of color #065672: hue angle of 195.56º 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 #065672 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB686114-
CMYK0.950.2500.55
HSL195.56º90%23.53%-
HSV(B)195.56º94.74%44.71%-
XYZ6.447.9117.11-
YUV65.27155.585.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 86 (33.98% from 255) = 41.75%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=2.91%
G=41.75%
B=55.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6861140.950.2500.55195.569023.53
Hex656725F19037c45a18
Octal61261621373106730413230
Binary11010101101110010101111111001011011111000100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065672; }

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

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

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

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

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

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

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

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