#0F5671

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

Shades of Blue Lagoon #0F5671

Tints of Blue Lagoon #0F5671

Color information

#0F5671 (or 0x0F5671) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 56 and 71. RGB value is (15,86,113). Sum of RGB (Red+Green+Blue) = 15+86+113=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F5671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5671 is #F0A98E. Grayscale: #434343. Windows color (decimal): -15772047 or 7427599. OLE color: 7427599.

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

Color convert

RGB1586113-
CMYK0.870.2400.56
HSL196.53º76.56%25.1%-
HSV(B)196.53º86.73%44.31%-
XYZ6.517.9516.81-
YUV67.85153.4890.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.01%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=7.01%
G=40.19%
B=52.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15861130.870.2400.56196.5376.5625.1
HexF56715718038c54d19
Octal171261611273007030511531
Binary111110101101110001101011111000011100011000101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,86,113); }

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

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

 a { background-color: rgb(15,86,113); }

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

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

 span { border-color: rgb(15,86,113); }

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