#0D7B8F

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

Shades of Eastern Blue #0D7B8F

Tints of Eastern Blue #0D7B8F

Color information

#0D7B8F (or 0x0D7B8F) is unknown color: approx Eastern Blue. HEX triplet: 0D, 7B and 8F. RGB value is (13,123,143). Sum of RGB (Red+Green+Blue) = 13+123+143=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D7B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7B8F is #F28470. Grayscale: #5C5C5C. Windows color (decimal): -15893617 or 9403149. OLE color: 9403149.

HSL color Cylindrical-coordinate representation of color #0D7B8F: hue angle of 189.23º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7B8F is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13123143-
CMYK0.910.1400.44
HSL189.23º83.33%30.59%-
HSV(B)189.23º90.91%56.08%-
XYZ12.2116.2328.48-
YUV92.39156.5671.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 143 (56.25% from 255) = 51.25%
R=4.66%
G=44.09%
B=51.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131231430.910.1400.44189.2383.3330.59
HexD7B8F5BE02Cbd531f
Octal151732171331605427512337
Binary110111110111000111110110111110010110010111101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,123,143); }

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

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

 a { background-color: rgb(13,123,143); }

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

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

 span { border-color: rgb(13,123,143); }

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