Html Css Color HEX #193DAD Egyptian Blue

📋 copy color: '#193DAD'

red 25 ◦ green 61 ◦ blue 173

#193DAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #193DAD

Tints of Egyptian Blue #193DAD

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.8%

R = 9.65%
G = 23.55%
B = 66.8%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#193DAD (or 0x193DAD) is known color: 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

RGB 25 61 173 -
CMYK 0.86 0.65 0 0.32
HSL 225.41º 0.75% 0.39% -
HSV(B) 225.41º 0.86% 0.68% -
XYZ 9.61 6.56 40.29 -
YUV 63 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 25 61 173 0.86 0.65 0 0.32 225.41 0.75 0.39
Hex 19 3D AD 56 41 0 20 E1 4B 27
Octal 31 75 255 126 101 0 40 341 113 47
Binary 11001 111101 10101101 1010110 1000001 0 100000 11100001 1001011 100111

Color Harmonies of #193DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DAD

Black with #193DAD

Text Example


Text Example

White with #193DAD

Text Example


Text Example

HTML Codes & Css Web 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>