#0B7E9D

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

Shades of Eastern Blue #0B7E9D

Tints of Eastern Blue #0B7E9D

Color information

#0B7E9D (or 0x0B7E9D) is unknown color: approx Eastern Blue. HEX triplet: 0B, 7E and 9D. RGB value is (11,126,157). Sum of RGB (Red+Green+Blue) = 11+126+157=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B7E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7E9D is #F48162. Grayscale: #5E5E5E. Windows color (decimal): -16023907 or 10321419. OLE color: 10321419.

HSL color Cylindrical-coordinate representation of color #0B7E9D: hue angle of 192.74º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B7E9D is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11126157-
CMYK0.930.2000.38
HSL192.74º86.9%32.94%-
HSV(B)192.74º92.99%61.57%-
XYZ13.6817.4334.54-
YUV95.15162.967.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.74%
GREEN value IS 126 (49.61% from 255) = 42.86%
BLUE value IS 157 (61.72% from 255) = 53.40%
R=3.74%
G=42.86%
B=53.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111261570.930.2000.38192.7486.932.94
HexB7E9D5D14026c15721
Octal131762351352404630112741
Binary10111111110100111011011101101000100110110000011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,126,157); }

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

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

 a { background-color: rgb(11,126,157); }

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

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

 span { border-color: rgb(11,126,157); }

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