Html Css Color HEX #193FAB Egyptian Blue

📋 copy color: '#193FAB'

red 25 ◦ green 63 ◦ blue 171

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

Shades of Egyptian Blue #193FAB

Tints of Egyptian Blue #193FAB

RGB

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

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

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

R = 9.65%
G = 24.32%
B = 66.02%

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

#193FAB (or 0x193FAB) is known color: Egyptian Blue. HEX triplet: 19, 3F and AB. RGB value is (25,63,171). Sum of RGB (Red+Green+Blue) = 25+63+171=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #193FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193FAB is #E6C054. Grayscale: #3F3F3F. Windows color (decimal): -15122517 or 11222809. OLE color: 11222809.

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

Color convert

RGB 25 63 171 -
CMYK 0.85 0.63 0 0.33
HSL 224.38º 0.74% 0.38% -
HSV(B) 224.38º 0.85% 0.67% -
XYZ 9.53 6.7 39.32 -
YUV 63.95 188.41 100.22 -
System Red Green Blue C M Y K H S L
Decimal 25 63 171 0.85 0.63 0 0.33 224.38 0.74 0.38
Hex 19 3F AB 55 3F 0 21 E0 4A 26
Octal 31 77 253 125 77 0 41 340 112 46
Binary 11001 111111 10101011 1010101 111111 0 100001 11100000 1001010 100110

Color Harmonies of #193FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FAB

Black with #193FAB

Text Example


Text Example

White with #193FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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