#1334A3

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

Shades of Egyptian Blue #1334A3

Tints of Egyptian Blue #1334A3

Color information

#1334A3 (or 0x1334A3) is unknown color: approx Egyptian Blue. HEX triplet: 13, 34 and A3. RGB value is (19,52,163). Sum of RGB (Red+Green+Blue) = 19+52+163=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 163 (64.06% from 255 or 69.66% from 234); Max value from RGB is 163 - color contains mainly: blue. Hex color #1334A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1334A3 is #ECCB5C. Grayscale: #363636. Windows color (decimal): -15518557 or 10695699. OLE color: 10695699.

HSL color Cylindrical-coordinate representation of color #1334A3: hue angle of 226.25º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1334A3 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1952163-
CMYK0.880.6800.36
HSL226.25º79.12%35.69%-
HSV(B)226.25º88.34%63.92%-
XYZ8.115.2435.23-
YUV54.79189.07102.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.12%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 163 (64.06% from 255) = 69.66%
R=8.12%
G=22.22%
B=69.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19521630.880.6800.36226.2579.1235.69
Hex1334A35844024e24f24
Octal236424313010404434211744
Binary1001111010010100011101100010001000100100111000101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1334A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1334A3; }

 p { color: rgb(19,52,163); }

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

<style>
 a { background-color: #1334A3; }

 a { background-color: rgb(19,52,163); }

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

<style>
 span { border-color: #1334A3; }

 span { border-color: rgb(19,52,163); }

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