Html Css Color HEX #193FAC Egyptian Blue

📋 copy color: '#193FAC'

red 25 ◦ green 63 ◦ blue 172

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

Shades of Egyptian Blue #193FAC

Tints of Egyptian Blue #193FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

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

R = 9.62%
G = 24.23%
B = 66.15%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#193FAC (or 0x193FAC) is known color: Egyptian Blue. HEX triplet: 19, 3F and AC. RGB value is (25,63,172). Sum of RGB (Red+Green+Blue) = 25+63+172=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #193FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193FAC is #E6C053. Grayscale: #3F3F3F. Windows color (decimal): -15122516 or 11288345. OLE color: 11288345.

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

Color convert

RGB 25 63 172 -
CMYK 0.85 0.63 0 0.33
HSL 224.49º 0.75% 0.39% -
HSV(B) 224.49º 0.85% 0.67% -
XYZ 9.62 6.74 39.82 -
YUV 64.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 25 63 172 0.85 0.63 0 0.33 224.49 0.75 0.39
Hex 19 3F AC 55 3F 0 21 E0 4B 27
Octal 31 77 254 125 77 0 41 340 113 47
Binary 11001 111111 10101100 1010101 111111 0 100001 11100000 1001011 100111

Color Harmonies of #193FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FAC

Black with #193FAC

Text Example


Text Example

White with #193FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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