#0F5A6D

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

Shades of Blue Lagoon #0F5A6D

Tints of Blue Lagoon #0F5A6D

Color information

#0F5A6D (or 0x0F5A6D) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 5A and 6D. RGB value is (15,90,109). Sum of RGB (Red+Green+Blue) = 15+90+109=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F5A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5A6D is #F0A592. Grayscale: #454545. Windows color (decimal): -15771027 or 7166479. OLE color: 7166479.

HSL color Cylindrical-coordinate representation of color #0F5A6D: hue angle of 192.13º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F5A6D is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1590109-
CMYK0.860.1700.57
HSL192.13º75.81%24.31%-
HSV(B)192.13º86.24%42.75%-
XYZ6.618.5215.76-
YUV69.74150.1588.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.01%
GREEN value IS 90 (35.55% from 255) = 42.06%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=7.01%
G=42.06%
B=50.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15901090.860.1700.57192.1375.8124.31
HexF5A6D5611039c04c18
Octal171321551262107130011430
Binary111110110101101101101011010001011100111000000100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5A6D; }

 p { color: rgb(15,90,109); }

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

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

 a { background-color: rgb(15,90,109); }

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

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

 span { border-color: rgb(15,90,109); }

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