#0F6174

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

Shades of Blue Lagoon #0F6174

Tints of Blue Lagoon #0F6174

Color information

#0F6174 (or 0x0F6174) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 61 and 74. RGB value is (15,97,116). Sum of RGB (Red+Green+Blue) = 15+97+116=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #0F6174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6174 is #F09E8B. Grayscale: #4A4A4A. Windows color (decimal): -15769228 or 7627023. OLE color: 7627023.

HSL color Cylindrical-coordinate representation of color #0F6174: hue angle of 191.29º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F6174 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1597116-
CMYK0.870.1600.55
HSL191.29º77.1%25.69%-
HSV(B)191.29º87.07%45.49%-
XYZ7.629.9118.03-
YUV74.65151.3385.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.58%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 116 (45.70% from 255) = 50.88%
R=6.58%
G=42.54%
B=50.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15971160.870.1600.55191.2977.125.69
HexF61745710037bf4d1a
Octal171411641272006727711532
Binary111111000011110100101011110000011011110111111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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