#0f626d

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

Shades of Blue Lagoon #0F626D

Tints of Blue Lagoon #0F626D

Color information

#0F626D (or 0x0F626D) is unknown color: approx Blue Lagoon. HEX triplet: 0F, 62 and 6D. RGB value is (15,98,109). Sum of RGB (Red+Green+Blue) = 15+98+109=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F626D is #F09D92. Grayscale: #4A4A4A. Windows color (decimal): -15768979 or 7168527. OLE color: 7168527.

HSL color Cylindrical-coordinate representation of color #0F626D: hue angle of 187.02º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F626D is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1598109-
CMYK0.860.1000.57
HSL187.02º75.81%24.31%-
HSV(B)187.02º86.24%42.75%-
XYZ7.339.9416-
YUV74.44147.585.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.76%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=6.76%
G=44.14%
B=49.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15981090.860.1000.57187.0275.8124.31
HexF626D56A039bb4c18
Octal171421551261207127311430
Binary11111100010110110110101101010011100110111011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f626d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,98,109); }

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

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

 a { background-color: rgb(15,98,109); }

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

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

 span { border-color: rgb(15,98,109); }

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