#0D696F

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

Shades of Blue Lagoon #0D696F

Tints of Blue Lagoon #0D696F

Color information

#0D696F (or 0x0D696F) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 69 and 6F. RGB value is (13,105,111). Sum of RGB (Red+Green+Blue) = 13+105+111=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D696F is #F29690. Grayscale: #4E4E4E. Windows color (decimal): -15898257 or 7301389. OLE color: 7301389.

HSL color Cylindrical-coordinate representation of color #0D696F: hue angle of 183.67º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D696F is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB13105111-
CMYK0.880.0500.56
HSL183.67º79.03%24.31%-
HSV(B)183.67º88.29%43.53%-
XYZ8.0911.3416.8-
YUV78.18146.5281.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.68%
GREEN value IS 105 (41.41% from 255) = 45.85%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=5.68%
G=45.85%
B=48.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal131051110.880.0500.56183.6779.0324.31
HexD696F585038b84f18
Octal15151157130507027011730
Binary1101110100111011111011000101011100010111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,105,111); }

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

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

 a { background-color: rgb(13,105,111); }

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

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

 span { border-color: rgb(13,105,111); }

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