Html Css Color HEX #193EAC Egyptian Blue

📋 copy color: '#193EAC'

red 25 ◦ green 62 ◦ blue 172

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

Shades of Egyptian Blue #193EAC

Tints of Egyptian Blue #193EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.94%

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

R = 9.65%
G = 23.94%
B = 66.41%

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

#193EAC (or 0x193EAC) is known color: Egyptian Blue. HEX triplet: 19, 3E and AC. RGB value is (25,62,172). Sum of RGB (Red+Green+Blue) = 25+62+172=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #193EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193EAC is #E6C153. Grayscale: #3F3F3F. Windows color (decimal): -15122772 or 11288089. OLE color: 11288089.

HSL color Cylindrical-coordinate representation of color #193EAC: hue angle of 224.9º 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 #193EAC is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 62 172 -
CMYK 0.85 0.64 0 0.33
HSL 224.9º 0.75% 0.39% -
HSV(B) 224.9º 0.85% 0.67% -
XYZ 9.57 6.63 39.81 -
YUV 63.48 189.24 100.56 -
System Red Green Blue C M Y K H S L
Decimal 25 62 172 0.85 0.64 0 0.33 224.9 0.75 0.39
Hex 19 3E AC 55 40 0 21 E1 4B 27
Octal 31 76 254 125 100 0 41 341 113 47
Binary 11001 111110 10101100 1010101 1000000 0 100001 11100001 1001011 100111

Color Harmonies of #193EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193EAC

Black with #193EAC

Text Example


Text Example

White with #193EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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