#065973

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

Shades of Blue Lagoon #065973

Tints of Blue Lagoon #065973

Color information

#065973 (or 0x065973) is unknown color: approx Blue Lagoon. HEX triplet: 06, 59 and 73. RGB value is (6,89,115). Sum of RGB (Red+Green+Blue) = 6+89+115=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #065973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065973 is #F9A68C. Grayscale: #424242. Windows color (decimal): -16361101 or 7559430. OLE color: 7559430.

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

Color convert

RGB689115-
CMYK0.950.2300.55
HSL194.31º90.08%23.73%-
HSV(B)194.31º94.78%45.1%-
XYZ6.748.4217.49-
YUV67.1515584.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=2.86%
G=42.38%
B=54.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6891150.950.2300.55194.3190.0823.73
Hex659735F17037c25a18
Octal61311631372706730213230
Binary11010110011110011101111110111011011111000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065973; }

 p { color: rgb(6,89,115); }

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

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

 a { background-color: rgb(6,89,115); }

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

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

 span { border-color: rgb(6,89,115); }

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