Html Css Color HEX #193DAC Egyptian Blue

📋 copy color: '#193DAC'

red 25 ◦ green 61 ◦ blue 172

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

Shades of Egyptian Blue #193DAC

Tints of Egyptian Blue #193DAC

RGB

 RED value IS 25 (10.16% from 255) = 9.69%

 GREEN value IS 61 (24.22% from 255) = 23.64%

 BLUE value IS 172 (67.58% from 255) = 66.67%

R = 9.69%
G = 23.64%
B = 66.67%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#193DAC (or 0x193DAC) is known color: Egyptian Blue. HEX triplet: 19, 3D and AC. RGB value is (25,61,172). Sum of RGB (Red+Green+Blue) = 25+61+172=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #193DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193DAC is #E6C253. Grayscale: #3E3E3E. Windows color (decimal): -15123028 or 11287833. OLE color: 11287833.

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

Color convert

RGB 25 61 172 -
CMYK 0.85 0.65 0 0.33
HSL 225.31º 0.75% 0.39% -
HSV(B) 225.31º 0.85% 0.67% -
XYZ 9.52 6.52 39.79 -
YUV 62.89 189.57 100.97 -
System Red Green Blue C M Y K H S L
Decimal 25 61 172 0.85 0.65 0 0.33 225.31 0.75 0.39
Hex 19 3D AC 55 41 0 21 E1 4B 27
Octal 31 75 254 125 101 0 41 341 113 47
Binary 11001 111101 10101100 1010101 1000001 0 100001 11100001 1001011 100111

Color Harmonies of #193DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DAC

Black with #193DAC

Text Example


Text Example

White with #193DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #193DAC;
 }
 .AnyTagClassName
 {
   color: #193DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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