#0D7893

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

Shades of Eastern Blue #0D7893

Tints of Eastern Blue #0D7893

Color information

#0D7893 (or 0x0D7893) is unknown color: approx Eastern Blue. HEX triplet: 0D, 78 and 93. RGB value is (13,120,147). Sum of RGB (Red+Green+Blue) = 13+120+147=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D7893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7893 is #F2876C. Grayscale: #5A5A5A. Windows color (decimal): -15894381 or 9664525. OLE color: 9664525.

HSL color Cylindrical-coordinate representation of color #0D7893: hue angle of 192.09º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7893 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13120147-
CMYK0.910.1800.42
HSL192.09º83.75%31.37%-
HSV(B)192.09º91.16%57.65%-
XYZ12.1515.6329.98-
YUV91.08159.5572.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.64%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 147 (57.81% from 255) = 52.5%
R=4.64%
G=42.86%
B=52.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131201470.910.1800.42192.0983.7531.37
HexD78935B1202Ac0541f
Octal151702231332205230012437
Binary1101111100010010011101101110010010101011000000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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