#0F6170

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

Shades of Blue Lagoon #0F6170

Tints of Blue Lagoon #0F6170

Color information

#0F6170 (or 0x0F6170) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 61 and 70. RGB value is (15,97,112). Sum of RGB (Red+Green+Blue) = 15+97+112=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F6170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6170 is #F09E8F. Grayscale: #4A4A4A. Windows color (decimal): -15769232 or 7364879. OLE color: 7364879.

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

Color convert

RGB1597112-
CMYK0.870.1300.56
HSL189.28º76.38%24.9%-
HSV(B)189.28º86.61%43.92%-
XYZ7.49.8216.84-
YUV74.19149.3385.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.70%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 112 (44.14% from 255) = 50%
R=6.70%
G=43.30%
B=50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15971120.870.1300.56189.2876.3824.9
HexF617057D038bd4c19
Octal171411601271507027511431
Binary11111100001111000010101111101011100010111101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,97,112); }

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

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

 a { background-color: rgb(15,97,112); }

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

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

 span { border-color: rgb(15,97,112); }

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