#0D8E9C

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

Shades of Eastern Blue #0D8E9C

Tints of Eastern Blue #0D8E9C

Color information

#0D8E9C (or 0x0D8E9C) is unknown color: approx Eastern Blue. HEX triplet: 0D, 8E and 9C. RGB value is (13,142,156). Sum of RGB (Red+Green+Blue) = 13+142+156=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D8E9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8E9C is #F27163. Grayscale: #686868. Windows color (decimal): -15888740 or 10259981. OLE color: 10259981.

HSL color Cylindrical-coordinate representation of color #0D8E9C: hue angle of 185.87º 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 #0D8E9C is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13142156-
CMYK0.920.0900.39
HSL185.87º84.62%33.14%-
HSV(B)185.87º91.67%61.18%-
XYZ15.8421.8334.83-
YUV105.02156.7662.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.18%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=4.18%
G=45.66%
B=50.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131421560.920.0900.39185.8784.6233.14
HexD8E9C5C9027ba5521
Octal152162341341104727212541
Binary11011000111010011100101110010010100111101110101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,142,156); }

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

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

 a { background-color: rgb(13,142,156); }

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

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

 span { border-color: rgb(13,142,156); }

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