#0D686C

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

Shades of Blue Lagoon #0D686C

Tints of Blue Lagoon #0D686C

Color information

#0D686C (or 0x0D686C) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 68 and 6C. RGB value is (13,104,108). Sum of RGB (Red+Green+Blue) = 13+104+108=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D686C is #F29793. Grayscale: #4D4D4D. Windows color (decimal): -15898516 or 7104525. OLE color: 7104525.

HSL color Cylindrical-coordinate representation of color #0D686C: hue angle of 182.53º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D686C is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB13104108-
CMYK0.880.0400.58
HSL182.53º78.51%23.73%-
HSV(B)182.53º87.96%42.35%-
XYZ7.8211.0715.91-
YUV77.25145.3582.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.78%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 108 (42.58% from 255) = 48%
R=5.78%
G=46.22%
B=48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal131041080.880.0400.58182.5378.5123.73
HexD686C58403Ab74f18
Octal15150154130407226711730
Binary1101110100011011001011000100011101010110111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,104,108); }

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

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

 a { background-color: rgb(13,104,108); }

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

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

 span { border-color: rgb(13,104,108); }

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