#065169

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

Shades of Blue Lagoon #065169

Tints of Blue Lagoon #065169

Color information

#065169 (or 0x065169) is unknown color: approx Blue Lagoon. HEX triplet: 06, 51 and 69. RGB value is (6,81,105). Sum of RGB (Red+Green+Blue) = 6+81+105=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #065169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065169 is #F9AE96. Grayscale: #3D3D3D. Windows color (decimal): -16363159 or 6902022. OLE color: 6902022.

HSL color Cylindrical-coordinate representation of color #065169: hue angle of 194.55º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065169 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB681105-
CMYK0.940.2300.59
HSL194.55º89.19%21.76%-
HSV(B)194.55º94.29%41.18%-
XYZ5.576.9414.41-
YUV61.31152.6588.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 105 (41.41% from 255) = 54.69%
R=3.12%
G=42.19%
B=54.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6811050.940.2300.59194.5589.1921.76
Hex651695E1703Bc35916
Octal61211511362707330313126
Binary11010100011101001101111010111011101111000011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065169; }

 p { color: rgb(6,81,105); }

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

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

 a { background-color: rgb(6,81,105); }

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

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

 span { border-color: rgb(6,81,105); }

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