#065A7B

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

Shades of Blue Lagoon #065A7B

Tints of Blue Lagoon #065A7B

Color information

#065A7B (or 0x065A7B) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5A and 7B. RGB value is (6,90,123). Sum of RGB (Red+Green+Blue) = 6+90+123=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #065A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A7B is #F9A584. Grayscale: #444444. Windows color (decimal): -16360837 or 8083974. OLE color: 8083974.

HSL color Cylindrical-coordinate representation of color #065A7B: hue angle of 196.92º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065A7B is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB690123-
CMYK0.950.2700.52
HSL196.92º90.7%25.29%-
HSV(B)196.92º95.12%48.24%-
XYZ7.318.7820.05-
YUV68.65158.6783.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 90 (35.55% from 255) = 41.10%
BLUE value IS 123 (48.44% from 255) = 56.16%
R=2.74%
G=41.10%
B=56.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6901230.950.2700.52196.9290.725.29
Hex65A7B5F1B034c55b19
Octal61321731373306430513331
Binary11010110101111011101111111011011010011000101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065A7B; }

 p { color: rgb(6,90,123); }

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

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

 a { background-color: rgb(6,90,123); }

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

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

 span { border-color: rgb(6,90,123); }

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