#0A2C9B

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

Shades of Egyptian Blue #0A2C9B

Tints of Egyptian Blue #0A2C9B

Color information

#0A2C9B (or 0x0A2C9B) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 2C and 9B. RGB value is (10,44,155). Sum of RGB (Red+Green+Blue) = 10+44+155=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A2C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2C9B is #F5D364. Grayscale: #2E2E2E. Windows color (decimal): -16110437 or 10169354. OLE color: 10169354.

HSL color Cylindrical-coordinate representation of color #0A2C9B: hue angle of 225.93º 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 #0A2C9B is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1044155-
CMYK0.940.7200.39
HSL225.93º87.88%32.35%-
HSV(B)225.93º93.55%60.78%-
XYZ6.944.2331.46-
YUV46.49189.24101.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 44 (17.58% from 255) = 21.05%
BLUE value IS 155 (60.94% from 255) = 74.16%
R=4.78%
G=21.05%
B=74.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10441550.940.7200.39225.9387.8832.35
HexA2C9B5E48027e25820
Octal125423313611004734213040
Binary101010110010011011101111010010000100111111000101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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