#065873

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

Shades of Blue Lagoon #065873

Tints of Blue Lagoon #065873

Color information

#065873 (or 0x065873) is unknown color: approx Blue Lagoon. HEX triplet: 06, 58 and 73. RGB value is (6,88,115). Sum of RGB (Red+Green+Blue) = 6+88+115=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #065873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065873 is #F9A78C. Grayscale: #424242. Windows color (decimal): -16361357 or 7559174. OLE color: 7559174.

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

Color convert

RGB688115-
CMYK0.950.2300.55
HSL194.86º90.08%23.73%-
HSV(B)194.86º94.78%45.1%-
XYZ6.668.2617.46-
YUV66.56155.3384.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 88 (34.77% from 255) = 42.11%
BLUE value IS 115 (45.31% from 255) = 55.02%
R=2.87%
G=42.11%
B=55.02%

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
Decimal6881150.950.2300.55194.8690.0823.73
Hex658735F17037c35a18
Octal61301631372706730313230
Binary11010110001110011101111110111011011111000011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065873; }

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

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

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

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

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

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

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

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