#0D7F93

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

Shades of Eastern Blue #0D7F93

Tints of Eastern Blue #0D7F93

Color information

#0D7F93 (or 0x0D7F93) is unknown color: approx Eastern Blue. HEX triplet: 0D, 7F and 93. RGB value is (13,127,147). Sum of RGB (Red+Green+Blue) = 13+127+147=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D7F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7F93 is #F2806C. Grayscale: #5F5F5F. Windows color (decimal): -15892589 or 9666317. OLE color: 9666317.

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

Color convert

RGB13127147-
CMYK0.910.1400.42
HSL188.96º83.75%31.37%-
HSV(B)188.96º91.16%57.65%-
XYZ13.0217.3730.27-
YUV95.19157.2369.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.53%
GREEN value IS 127 (50% from 255) = 44.25%
BLUE value IS 147 (57.81% from 255) = 51.22%
R=4.53%
G=44.25%
B=51.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131271470.910.1400.42188.9683.7531.37
HexD7F935BE02Abd541f
Octal151772231331605227512437
Binary110111111111001001110110111110010101010111101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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