#0D6778

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

Shades of Blue Lagoon #0D6778

Tints of Blue Lagoon #0D6778

Color information

#0D6778 (or 0x0D6778) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 67 and 78. RGB value is (13,103,120). Sum of RGB (Red+Green+Blue) = 13+103+120=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D6778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6778 is #F29887. Grayscale: #4D4D4D. Windows color (decimal): -15898760 or 7890701. OLE color: 7890701.

HSL color Cylindrical-coordinate representation of color #0D6778: hue angle of 189.53º degrees, saturation: 0.8, 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 #0D6778 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB13103120-
CMYK0.890.1400.53
HSL189.53º80.45%26.08%-
HSV(B)189.53º89.17%47.06%-
XYZ8.4111.1419.48-
YUV78.03151.6881.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.51%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=5.51%
G=43.64%
B=50.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal131031200.890.1400.53189.5380.4526.08
HexD677859E035be501a
Octal151471701311606527612032
Binary11011100111111100010110011110011010110111110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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