#0F576A

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

Shades of Blue Lagoon #0F576A

Tints of Blue Lagoon #0F576A

Color information

#0F576A (or 0x0F576A) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 57 and 6A. RGB value is (15,87,106). Sum of RGB (Red+Green+Blue) = 15+87+106=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F576A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F576A is #F0A895. Grayscale: #434343. Windows color (decimal): -15771798 or 6969103. OLE color: 6969103.

HSL color Cylindrical-coordinate representation of color #0F576A: hue angle of 192.53º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F576A is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1587106-
CMYK0.860.1800.58
HSL192.53º75.21%23.73%-
HSV(B)192.53º85.85%41.57%-
XYZ6.217.9614.84-
YUV67.64149.6590.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.21%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 106 (41.80% from 255) = 50.96%
R=7.21%
G=41.83%
B=50.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15871060.860.1800.58192.5375.2123.73
HexF576A561203Ac14b18
Octal171271521262207230111330
Binary111110101111101010101011010010011101011000001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,87,106); }

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

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

 a { background-color: rgb(15,87,106); }

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

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

 span { border-color: rgb(15,87,106); }

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