#0A7793

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

Shades of Eastern Blue #0A7793

Tints of Eastern Blue #0A7793

Color information

#0A7793 (or 0x0A7793) is unknown color: approx Eastern Blue. HEX triplet: 0A, 77 and 93. RGB value is (10,119,147). Sum of RGB (Red+Green+Blue) = 10+119+147=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A7793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7793 is #F5886C. Grayscale: #595959. Windows color (decimal): -16091245 or 9664266. OLE color: 9664266.

HSL color Cylindrical-coordinate representation of color #0A7793: hue angle of 192.26º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7793 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10119147-
CMYK0.930.1900.42
HSL192.26º87.26%30.78%-
HSV(B)192.26º93.2%57.65%-
XYZ11.9915.3629.94-
YUV89.6160.3971.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.62%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=3.62%
G=43.12%
B=53.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101191470.930.1900.42192.2687.2630.78
HexA77935D1302Ac0571f
Octal121672231352305230012737
Binary1010111011110010011101110110011010101011000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,119,147); }

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

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

 a { background-color: rgb(10,119,147); }

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

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

 span { border-color: rgb(10,119,147); }

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