#0D87A9

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

Shades of Eastern Blue #0D87A9

Tints of Eastern Blue #0D87A9

Color information

#0D87A9 (or 0x0D87A9) is unknown color: approx Eastern Blue. HEX triplet: 0D, 87 and A9. RGB value is (13,135,169). Sum of RGB (Red+Green+Blue) = 13+135+169=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 169 (66.41% from 255 or 53.31% from 317); Max value from RGB is 169 - color contains mainly: blue. Hex color #0D87A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D87A9 is #F27856. Grayscale: #666666. Windows color (decimal): -15890519 or 11110157. OLE color: 11110157.

HSL color Cylindrical-coordinate representation of color #0D87A9: hue angle of 193.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D87A9 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13135169-
CMYK0.920.2000.34
HSL193.08º85.71%35.69%-
HSV(B)193.08º92.31%66.27%-
XYZ15.9920.2840.61-
YUV102.4165.5864.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.10%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 169 (66.41% from 255) = 53.31%
R=4.10%
G=42.59%
B=53.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131351690.920.2000.34193.0885.7135.69
HexD87A95C14022c15624
Octal152072511342404230112644
Binary110110000111101010011011100101000100010110000011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D87A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,135,169); }

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

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

 a { background-color: rgb(13,135,169); }

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

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

 span { border-color: rgb(13,135,169); }

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