#0D7993

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

Shades of Eastern Blue #0D7993

Tints of Eastern Blue #0D7993

Color information

#0D7993 (or 0x0D7993) is unknown color: approx Eastern Blue. HEX triplet: 0D, 79 and 93. RGB value is (13,121,147). Sum of RGB (Red+Green+Blue) = 13+121+147=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D7993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7993 is #F2866C. Grayscale: #5B5B5B. Windows color (decimal): -15894125 or 9664781. OLE color: 9664781.

HSL color Cylindrical-coordinate representation of color #0D7993: hue angle of 191.64º 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 #0D7993 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13121147-
CMYK0.910.1800.42
HSL191.64º83.75%31.37%-
HSV(B)191.64º91.16%57.65%-
XYZ12.2715.8730.02-
YUV91.67159.2271.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.63%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=4.63%
G=43.06%
B=52.31%

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
Decimal131211470.910.1800.42191.6483.7531.37
HexD79935B1202Ac0541f
Octal151712231332205230012437
Binary1101111100110010011101101110010010101011000000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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