#0d7e94

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

Shades of Eastern Blue #0D7E94

Tints of Eastern Blue #0D7E94

Color information

#0D7E94 (or 0x0D7E94) is unknown color: approx Eastern Blue. HEX triplet: 0D, 7E and 94. RGB value is (13,126,148). Sum of RGB (Red+Green+Blue) = 13+126+148=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D7E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7E94 is #F2816B. Grayscale: #5E5E5E. Windows color (decimal): -15892844 or 9731597. OLE color: 9731597.

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

Color convert

RGB13126148-
CMYK0.910.1500.42
HSL189.78º83.85%31.57%-
HSV(B)189.78º91.22%58.04%-
XYZ12.9717.1530.64-
YUV94.72158.0669.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.53%
GREEN value IS 126 (49.61% from 255) = 43.90%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=4.53%
G=43.90%
B=51.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131261480.910.1500.42189.7883.8531.57
HexD7E945BF02Abe5420
Octal151762241331705227612440
Binary1101111111010010100101101111110101010101111101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d7e94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,126,148); }

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

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

 a { background-color: rgb(13,126,148); }

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

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

 span { border-color: rgb(13,126,148); }

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