#0F5F71

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

Shades of Blue Lagoon #0F5F71

Tints of Blue Lagoon #0F5F71

Color information

#0F5F71 (or 0x0F5F71) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 5F and 71. RGB value is (15,95,113). Sum of RGB (Red+Green+Blue) = 15+95+113=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F5F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5F71 is #F0A08E. Grayscale: #484848. Windows color (decimal): -15769743 or 7429903. OLE color: 7429903.

HSL color Cylindrical-coordinate representation of color #0F5F71: hue angle of 191.02º 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 #0F5F71 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1595113-
CMYK0.870.1600.56
HSL191.02º76.56%25.1%-
HSV(B)191.02º86.73%44.31%-
XYZ7.279.4817.07-
YUV73.13150.586.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.73%
GREEN value IS 95 (37.5% from 255) = 42.60%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=6.73%
G=42.60%
B=50.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15951130.870.1600.56191.0276.5625.1
HexF5F715710038bf4d19
Octal171371611272007027711531
Binary111110111111110001101011110000011100010111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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