#0D899B

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

Shades of Eastern Blue #0D899B

Tints of Eastern Blue #0D899B

Color information

#0D899B (or 0x0D899B) is unknown color: approx Eastern Blue. HEX triplet: 0D, 89 and 9B. RGB value is (13,137,155). Sum of RGB (Red+Green+Blue) = 13+137+155=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D899B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D899B is #F27664. Grayscale: #656565. Windows color (decimal): -15890021 or 10193165. OLE color: 10193165.

HSL color Cylindrical-coordinate representation of color #0D899B: hue angle of 187.61º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D899B is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13137155-
CMYK0.920.1200.39
HSL187.61º84.52%32.94%-
HSV(B)187.61º91.61%60.78%-
XYZ15.0320.3434.14-
YUV101.98157.9264.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.26%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=4.26%
G=44.92%
B=50.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131371550.920.1200.39187.6184.5232.94
HexD899B5CC027bc5521
Octal152112331341404727412541
Binary11011000100110011011101110011000100111101111001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,137,155); }

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

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

 a { background-color: rgb(13,137,155); }

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

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

 span { border-color: rgb(13,137,155); }

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