#0B969B

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

Shades of Eastern Blue #0B969B

Tints of Eastern Blue #0B969B

Color information

#0B969B (or 0x0B969B) is unknown color: approx Eastern Blue. HEX triplet: 0B, 96 and 9B. RGB value is (11,150,155). Sum of RGB (Red+Green+Blue) = 11+150+155=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B969B is #F46964. Grayscale: #6C6C6C. Windows color (decimal): -16017765 or 10196491. OLE color: 10196491.

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

Color convert

RGB11150155-
CMYK0.930.0300.39
HSL182.08º86.75%32.55%-
HSV(B)182.08º92.9%60.78%-
XYZ16.9624.2534.8-
YUV109.01153.9558.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.48%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=3.48%
G=47.47%
B=49.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111501550.930.0300.39182.0886.7532.55
HexB969B5D3027b65721
Octal13226233135304726612741
Binary101110010110100110111011101110100111101101101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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