#0d7f9b

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

Shades of Eastern Blue #0D7F9B

Tints of Eastern Blue #0D7F9B

Color information

#0D7F9B (or 0x0D7F9B) is unknown color: approx Eastern Blue. HEX triplet: 0D, 7F and 9B. RGB value is (13,127,155). Sum of RGB (Red+Green+Blue) = 13+127+155=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D7F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7F9B is #F28064. Grayscale: #5F5F5F. Windows color (decimal): -15892581 or 10190605. OLE color: 10190605.

HSL color Cylindrical-coordinate representation of color #0D7F9B: hue angle of 191.83º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D7F9B is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13127155-
CMYK0.920.1800.39
HSL191.83º84.52%32.94%-
HSV(B)191.83º91.61%60.78%-
XYZ13.6717.6333.69-
YUV96.11161.2368.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.41%
GREEN value IS 127 (50% from 255) = 43.05%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=4.41%
G=43.05%
B=52.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131271550.920.1800.39191.8384.5232.94
HexD7F9B5C12027c05521
Octal151772331342204730012541
Binary11011111111100110111011100100100100111110000001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d7f9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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