#0F5670

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

Shades of Blue Lagoon #0F5670

Tints of Blue Lagoon #0F5670

Color information

#0F5670 (or 0x0F5670) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 56 and 70. RGB value is (15,86,112). Sum of RGB (Red+Green+Blue) = 15+86+112=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F5670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5670 is #F0A98F. Grayscale: #434343. Windows color (decimal): -15772048 or 7362063. OLE color: 7362063.

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

Color convert

RGB1586112-
CMYK0.870.2300.56
HSL196.08º76.38%24.9%-
HSV(B)196.08º86.61%43.92%-
XYZ6.457.9316.52-
YUV67.74152.9890.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.04%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=7.04%
G=40.38%
B=52.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15861120.870.2300.56196.0876.3824.9
HexF56705717038c44c19
Octal171261601272707030411431
Binary111110101101110000101011110111011100011000100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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