#0D6875

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

Shades of Blue Lagoon #0D6875

Tints of Blue Lagoon #0D6875

Color information

#0D6875 (or 0x0D6875) is unknown color: approx Blue Lagoon. HEX triplet: 0D, 68 and 75. RGB value is (13,104,117). Sum of RGB (Red+Green+Blue) = 13+104+117=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D6875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6875 is #F2978A. Grayscale: #4E4E4E. Windows color (decimal): -15898507 or 7694349. OLE color: 7694349.

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

Color convert

RGB13104117-
CMYK0.890.1100.54
HSL187.5º80%25.49%-
HSV(B)187.5º88.89%45.88%-
XYZ8.3311.2718.57-
YUV78.27149.8581.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.56%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 117 (46.09% from 255) = 50%
R=5.56%
G=44.44%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal131041170.890.1100.54187.58025.49
HexD687559B036bc5019
Octal151501651311306627412031
Binary11011101000111010110110011011011011010111100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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