#0B7791

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

Shades of Eastern Blue #0B7791

Tints of Eastern Blue #0B7791

Color information

#0B7791 (or 0x0B7791) is unknown color: approx Eastern Blue. HEX triplet: 0B, 77 and 91. RGB value is (11,119,145). Sum of RGB (Red+Green+Blue) = 11+119+145=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #0B7791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7791 is #F4886E. Grayscale: #595959. Windows color (decimal): -16025711 or 9533195. OLE color: 9533195.

HSL color Cylindrical-coordinate representation of color #0B7791: hue angle of 191.64º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B7791 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11119145-
CMYK0.920.1800.43
HSL191.64º85.9%30.59%-
HSV(B)191.64º92.41%56.86%-
XYZ11.8515.3129.12-
YUV89.67159.2271.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=4%
G=43.27%
B=52.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111191450.920.1800.43191.6485.930.59
HexB77915C1202Bc0561f
Octal131672211342205330012637
Binary1011111011110010001101110010010010101111000000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,119,145); }

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

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

 a { background-color: rgb(11,119,145); }

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

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

 span { border-color: rgb(11,119,145); }

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