#0B919E

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

Shades of Eastern Blue #0B919E

Tints of Eastern Blue #0B919E

Color information

#0B919E (or 0x0B919E) is unknown color: approx Eastern Blue. HEX triplet: 0B, 91 and 9E. RGB value is (11,145,158). Sum of RGB (Red+Green+Blue) = 11+145+158=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B919E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B919E is #F46E61. Grayscale: #6A6A6A. Windows color (decimal): -16019042 or 10391819. OLE color: 10391819.

HSL color Cylindrical-coordinate representation of color #0B919E: hue angle of 185.31º 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 #0B919E is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11145158-
CMYK0.930.0800.38
HSL185.31º86.98%33.14%-
HSV(B)185.31º93.04%61.96%-
XYZ16.4322.7935.88-
YUV106.42157.1159.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.50%
GREEN value IS 145 (57.03% from 255) = 46.18%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=3.50%
G=46.18%
B=50.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111451580.930.0800.38185.3186.9833.14
HexB919E5D8026b95721
Octal132212361351004627112741
Binary10111001000110011110101110110000100110101110011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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