#0F546A

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

Shades of Blue Lagoon #0F546A

Tints of Blue Lagoon #0F546A

Color information

#0F546A (or 0x0F546A) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 54 and 6A. RGB value is (15,84,106). Sum of RGB (Red+Green+Blue) = 15+84+106=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F546A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F546A is #F0AB95. Grayscale: #414141. Windows color (decimal): -15772566 or 6968335. OLE color: 6968335.

HSL color Cylindrical-coordinate representation of color #0F546A: hue angle of 194.51º 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 #0F546A is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1584106-
CMYK0.860.2100.58
HSL194.51º75.21%23.73%-
HSV(B)194.51º85.85%41.57%-
XYZ5.977.4814.77-
YUV65.88150.6491.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.32%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=7.32%
G=40.98%
B=51.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15841060.860.2100.58194.5175.2123.73
HexF546A561503Ac34b18
Octal171241521262507230311330
Binary111110101001101010101011010101011101011000011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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