#0a919b

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

Shades of Eastern Blue #0A919B

Tints of Eastern Blue #0A919B

Color information

#0A919B (or 0x0A919B) is unknown color: approx Eastern Blue. HEX triplet: 0A, 91 and 9B. RGB value is (10,145,155). Sum of RGB (Red+Green+Blue) = 10+145+155=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A919B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A919B is #F56E64. Grayscale: #696969. Windows color (decimal): -16084581 or 10195210. OLE color: 10195210.

HSL color Cylindrical-coordinate representation of color #0A919B: hue angle of 184.14º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A919B is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10145155-
CMYK0.940.0600.39
HSL184.14º87.88%32.35%-
HSV(B)184.14º93.55%60.78%-
XYZ16.1722.6834.54-
YUV105.78155.7759.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.23%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 155 (60.94% from 255) = 50%
R=3.23%
G=46.77%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101451550.940.0600.39184.1487.8832.35
HexA919B5E6027b85820
Octal12221233136604727013040
Binary1010100100011001101110111101100100111101110001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a919b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,145,155); }

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

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

 a { background-color: rgb(10,145,155); }

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

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

 span { border-color: rgb(10,145,155); }

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