#0D6173

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

Shades of Blue Lagoon #0D6173

Tints of Blue Lagoon #0D6173

Color information

#0D6173 (or 0x0D6173) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 61 and 73. RGB value is (13,97,115). Sum of RGB (Red+Green+Blue) = 13+97+115=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D6173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6173 is #F29E8C. Grayscale: #494949. Windows color (decimal): -15900301 or 7561485. OLE color: 7561485.

HSL color Cylindrical-coordinate representation of color #0D6173: hue angle of 190.59º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D6173 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1397115-
CMYK0.890.1600.55
HSL190.59º79.69%25.1%-
HSV(B)190.59º88.7%45.1%-
XYZ7.549.8717.73-
YUV73.94151.1784.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.78%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=5.78%
G=43.11%
B=51.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13971150.890.1600.55190.5979.6925.1
HexD61735910037bf5019
Octal151411631312006727712031
Binary110111000011110011101100110000011011110111111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,97,115); }

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

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

 a { background-color: rgb(13,97,115); }

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

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

 span { border-color: rgb(13,97,115); }

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