#0F5A6F

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

Shades of Blue Lagoon #0F5A6F

Tints of Blue Lagoon #0F5A6F

Color information

#0F5A6F (or 0x0F5A6F) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 5A and 6F. RGB value is (15,90,111). Sum of RGB (Red+Green+Blue) = 15+90+111=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F5A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5A6F is #F0A590. Grayscale: #454545. Windows color (decimal): -15771025 or 7297551. OLE color: 7297551.

HSL color Cylindrical-coordinate representation of color #0F5A6F: hue angle of 193.12º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F5A6F is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1590111-
CMYK0.860.1900.56
HSL193.12º76.19%24.71%-
HSV(B)193.12º86.49%43.53%-
XYZ6.728.5616.34-
YUV69.97151.1588.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.94%
GREEN value IS 90 (35.55% from 255) = 41.67%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=6.94%
G=41.67%
B=51.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15901110.860.1900.56193.1276.1924.71
HexF5A6F5613038c14c19
Octal171321571262307030111431
Binary111110110101101111101011010011011100011000001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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