#0A34AB

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

Shades of Egyptian Blue #0A34AB

Tints of Egyptian Blue #0A34AB

Color information

#0A34AB (or 0x0A34AB) is unknown color: approx Egyptian Blue. HEX triplet: 0A, 34 and AB. RGB value is (10,52,171). Sum of RGB (Red+Green+Blue) = 10+52+171=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A34AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A34AB is #F5CB54. Grayscale: #343434. Windows color (decimal): -16108373 or 11219978. OLE color: 11219978.

HSL color Cylindrical-coordinate representation of color #0A34AB: hue angle of 224.35º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A34AB is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1052171-
CMYK0.940.7000.33
HSL224.35º88.95%35.49%-
HSV(B)224.35º94.15%67.06%-
XYZ8.75.4639.12-
YUV53.01194.5997.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.29%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 171 (67.19% from 255) = 73.39%
R=4.29%
G=22.32%
B=73.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10521710.940.7000.33224.3588.9535.49
HexA34AB5E46021e05923
Octal126425313610604134013143
Binary101011010010101011101111010001100100001111000001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A34AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,52,171); }

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

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

 a { background-color: rgb(10,52,171); }

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

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

 span { border-color: rgb(10,52,171); }

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