#0D6079

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

Shades of Blue Lagoon #0D6079

Tints of Blue Lagoon #0D6079

Color information

#0D6079 (or 0x0D6079) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 60 and 79. RGB value is (13,96,121). Sum of RGB (Red+Green+Blue) = 13+96+121=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #0D6079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6079 is #F29F86. Grayscale: #494949. Windows color (decimal): -15900551 or 7954445. OLE color: 7954445.

HSL color Cylindrical-coordinate representation of color #0D6079: hue angle of 193.89º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D6079 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1396121-
CMYK0.890.2100.53
HSL193.89º80.6%26.27%-
HSV(B)193.89º89.26%47.45%-
XYZ7.89.8319.58-
YUV74.03154.584.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.65%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=5.65%
G=41.74%
B=52.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13961210.890.2100.53193.8980.626.27
HexD60795915035c2511a
Octal151401711312506530212132
Binary110111000001111001101100110101011010111000010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,96,121); }

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

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

 a { background-color: rgb(13,96,121); }

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

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

 span { border-color: rgb(13,96,121); }

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