#0f6370

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

Shades of Blue Lagoon #0F6370

Tints of Blue Lagoon #0F6370

Color information

#0F6370 (or 0x0F6370) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 63 and 70. RGB value is (15,99,112). Sum of RGB (Red+Green+Blue) = 15+99+112=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F6370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6370 is #F09C8F. Grayscale: #4B4B4B. Windows color (decimal): -15768720 or 7365391. OLE color: 7365391.

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

Color convert

RGB1599112-
CMYK0.870.1200.56
HSL188.04º76.38%24.9%-
HSV(B)188.04º86.61%43.92%-
XYZ7.5810.216.9-
YUV75.37148.6784.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.64%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=6.64%
G=43.81%
B=49.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15991120.870.1200.56188.0476.3824.9
HexF637057C038bc4c19
Octal171431601271407027411431
Binary11111100011111000010101111100011100010111100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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