#0D6175

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

Shades of Blue Lagoon #0D6175

Tints of Blue Lagoon #0D6175

Color information

#0D6175 (or 0x0D6175) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 61 and 75. RGB value is (13,97,117). Sum of RGB (Red+Green+Blue) = 13+97+117=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D6175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6175 is #F29E8A. Grayscale: #4A4A4A. Windows color (decimal): -15900299 or 7692557. OLE color: 7692557.

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

Color convert

RGB1397117-
CMYK0.890.1700.54
HSL191.54º80%25.49%-
HSV(B)191.54º88.89%45.88%-
XYZ7.659.9218.34-
YUV74.16152.1784.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.73%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=5.73%
G=42.73%
B=51.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13971170.890.1700.54191.548025.49
HexD61755911036c05019
Octal151411651312106630012031
Binary110111000011110101101100110001011011011000000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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