#193DAD

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

Shades of Egyptian Blue #193DAD

Tints of Egyptian Blue #193DAD

Color information

#193DAD (or 0x193DAD) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3D and AD. RGB value is (25,61,173). Sum of RGB (Red+Green+Blue) = 25+61+173=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #193DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193DAD is #E6C252. Grayscale: #3E3E3E. Windows color (decimal): -15123027 or 11353369. OLE color: 11353369.

HSL color Cylindrical-coordinate representation of color #193DAD: hue angle of 225.41º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193DAD is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2561173-
CMYK0.860.6500.32
HSL225.41º74.75%38.82%-
HSV(B)225.41º85.55%67.84%-
XYZ9.616.5640.29-
YUV63190.07100.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.65%
GREEN value IS 61 (24.22% from 255) = 23.55%
BLUE value IS 173 (67.97% from 255) = 66.80%
R=9.65%
G=23.55%
B=66.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal25611730.860.6500.32225.4174.7538.82
Hex193DAD5641020e14b27
Octal317525512610104034111347
Binary1100111110110101101101011010000010100000111000011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193DAD; }

 p { color: rgb(25,61,173); }

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

<style>
 a { background-color: #193DAD; }

 a { background-color: rgb(25,61,173); }

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

<style>
 span { border-color: #193DAD; }

 span { border-color: rgb(25,61,173); }

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