#0B949E

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

Shades of Eastern Blue #0B949E

Tints of Eastern Blue #0B949E

Color information

#0B949E (or 0x0B949E) is unknown color: approx Eastern Blue. HEX triplet: 0B, 94 and 9E. RGB value is (11,148,158). Sum of RGB (Red+Green+Blue) = 11+148+158=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B949E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B949E is #F46B61. Grayscale: #6B6B6B. Windows color (decimal): -16018274 or 10392587. OLE color: 10392587.

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

Color convert

RGB11148158-
CMYK0.930.0600.38
HSL184.08º86.98%33.14%-
HSV(B)184.08º93.04%61.96%-
XYZ16.923.7236.04-
YUV108.18156.1158.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.47%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=3.47%
G=46.69%
B=49.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111481580.930.0600.38184.0886.9833.14
HexB949E5D6026b85721
Octal13224236135604627012741
Binary1011100101001001111010111011100100110101110001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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