#0B7B96

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

Shades of Eastern Blue #0B7B96

Tints of Eastern Blue #0B7B96

Color information

#0B7B96 (or 0x0B7B96) is unknown color: approx Eastern Blue. HEX triplet: 0B, 7B and 96. RGB value is (11,123,150). Sum of RGB (Red+Green+Blue) = 11+123+150=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B7B96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7B96 is #F48469. Grayscale: #5C5C5C. Windows color (decimal): -16024682 or 9861899. OLE color: 9861899.

HSL color Cylindrical-coordinate representation of color #0B7B96: hue angle of 191.65º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B7B96 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11123150-
CMYK0.930.1800.41
HSL191.65º86.34%31.57%-
HSV(B)191.65º92.67%58.82%-
XYZ12.7316.4431.36-
YUV92.59160.3969.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.87%
GREEN value IS 123 (48.44% from 255) = 43.31%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=3.87%
G=43.31%
B=52.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111231500.930.1800.41191.6586.3431.57
HexB7B965D12029c05620
Octal131732261352205130012640
Binary10111111011100101101011101100100101001110000001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,123,150); }

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

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

 a { background-color: rgb(11,123,150); }

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

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

 span { border-color: rgb(11,123,150); }

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