#0D9399

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

Shades of Eastern Blue #0D9399

Tints of Eastern Blue #0D9399

Color information

#0D9399 (or 0x0D9399) is unknown color: approx Eastern Blue. HEX triplet: 0D, 93 and 99. RGB value is (13,147,153). Sum of RGB (Red+Green+Blue) = 13+147+153=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D9399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9399 is #F26C66. Grayscale: #6B6B6B. Windows color (decimal): -15887463 or 10064653. OLE color: 10064653.

HSL color Cylindrical-coordinate representation of color #0D9399: hue angle of 182.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9399 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13147153-
CMYK0.920.0400.4
HSL182.57º84.34%32.55%-
HSV(B)182.57º91.5%60%-
XYZ16.3523.2533.76-
YUV107.62153.6160.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.15%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=4.15%
G=46.96%
B=48.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131471530.920.0400.4182.5784.3432.55
HexD93995C4028b75421
Octal15223231134405026712441
Binary1101100100111001100110111001000101000101101111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,147,153); }

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

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

 a { background-color: rgb(13,147,153); }

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

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

 span { border-color: rgb(13,147,153); }

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