Html Css Color HEX #193DAB Egyptian Blue

📋 copy color: '#193DAB'

red 25 ◦ green 61 ◦ blue 171

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

Shades of Egyptian Blue #193DAB

Tints of Egyptian Blue #193DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 66.54%

R = 9.73%
G = 23.74%
B = 66.54%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#193DAB (or 0x193DAB) is known color: Egyptian Blue. HEX triplet: 19, 3D and AB. RGB value is (25,61,171). Sum of RGB (Red+Green+Blue) = 25+61+171=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #193DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193DAB is #E6C254. Grayscale: #3E3E3E. Windows color (decimal): -15123029 or 11222297. OLE color: 11222297.

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

Color convert

RGB 25 61 171 -
CMYK 0.85 0.64 0 0.33
HSL 225.21º 0.74% 0.38% -
HSV(B) 225.21º 0.85% 0.67% -
XYZ 9.42 6.48 39.28 -
YUV 62.78 189.07 101.06 -
System Red Green Blue C M Y K H S L
Decimal 25 61 171 0.85 0.64 0 0.33 225.21 0.74 0.38
Hex 19 3D AB 55 40 0 21 E1 4A 26
Octal 31 75 253 125 100 0 41 341 112 46
Binary 11001 111101 10101011 1010101 1000000 0 100001 11100001 1001010 100110

Color Harmonies of #193DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DAB

Black with #193DAB

Text Example


Text Example

White with #193DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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