#0D6775

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

Shades of Blue Lagoon #0D6775

Tints of Blue Lagoon #0D6775

Color information

#0D6775 (or 0x0D6775) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 67 and 75. RGB value is (13,103,117). Sum of RGB (Red+Green+Blue) = 13+103+117=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D6775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6775 is #F2988A. Grayscale: #4D4D4D. Windows color (decimal): -15898763 or 7694093. OLE color: 7694093.

HSL color Cylindrical-coordinate representation of color #0D6775: hue angle of 188.08º 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 #0D6775 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB13103117-
CMYK0.890.1200.54
HSL188.08º80%25.49%-
HSV(B)188.08º88.89%45.88%-
XYZ8.2311.0718.53-
YUV77.69150.1881.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.58%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=5.58%
G=44.21%
B=50.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal131031170.890.1200.54188.088025.49
HexD677559C036bc5019
Octal151471651311406627412031
Binary11011100111111010110110011100011011010111100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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