#065170

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

Shades of Blue Lagoon #065170

Tints of Blue Lagoon #065170

Color information

#065170 (or 0x065170) is unknown color: approx Blue Lagoon. HEX triplet: 06, 51 and 70. RGB value is (6,81,112). Sum of RGB (Red+Green+Blue) = 6+81+112=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #065170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065170 is #F9AE8F. Grayscale: #3D3D3D. Windows color (decimal): -16363152 or 7360774. OLE color: 7360774.

HSL color Cylindrical-coordinate representation of color #065170: hue angle of 197.55º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065170 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB681112-
CMYK0.950.2800.56
HSL197.55º89.83%23.14%-
HSV(B)197.55º94.64%43.92%-
XYZ5.947.0916.39-
YUV62.11156.1587.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=3.02%
G=40.70%
B=56.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6811120.950.2800.56197.5589.8323.14
Hex651705F1C038c65a17
Octal61211601373407030613227
Binary11010100011110000101111111100011100011000110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065170; }

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

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

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

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

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

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

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

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