#0A30B3

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

Shades of Egyptian Blue #0A30B3

Tints of Egyptian Blue #0A30B3

Color information

#0A30B3 (or 0x0A30B3) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 30 and B3. RGB value is (10,48,179). Sum of RGB (Red+Green+Blue) = 10+48+179=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 179 (70.31% from 255 or 75.53% from 237); Max value from RGB is 179 - color contains mainly: blue. Hex color #0A30B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A30B3 is #F5CF4C. Grayscale: #333333. Windows color (decimal): -16109389 or 11743242. OLE color: 11743242.

HSL color Cylindrical-coordinate representation of color #0A30B3: hue angle of 226.51º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A30B3 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1048179-
CMYK0.940.7300.30
HSL226.51º89.42%37.06%-
HSV(B)226.51º94.41%70.2%-
XYZ9.325.4343.21-
YUV51.57199.9198.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.22%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 179 (70.31% from 255) = 75.53%
R=4.22%
G=20.25%
B=75.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal10481790.940.7300.30226.5189.4237.06
HexA30B35E4901Ee35925
Octal126026313611103634313145
Binary10101100001011001110111101001001011110111000111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A30B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,48,179); }

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

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

 a { background-color: rgb(10,48,179); }

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

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

 span { border-color: rgb(10,48,179); }

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