Html Css Color HEX #193CAC Egyptian Blue

📋 copy color: '#193CAC'

red 25 ◦ green 60 ◦ blue 172

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

Shades of Egyptian Blue #193CAC

Tints of Egyptian Blue #193CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.35%

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

R = 9.73%
G = 23.35%
B = 66.93%

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

#193CAC (or 0x193CAC) is known color: Egyptian Blue. HEX triplet: 19, 3C and AC. RGB value is (25,60,172). Sum of RGB (Red+Green+Blue) = 25+60+172=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #193CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193CAC is #E6C353. Grayscale: #3D3D3D. Windows color (decimal): -15123284 or 11287577. OLE color: 11287577.

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

Color convert

RGB 25 60 172 -
CMYK 0.85 0.65 0 0.33
HSL 225.71º 0.75% 0.39% -
HSV(B) 225.71º 0.85% 0.67% -
XYZ 9.46 6.42 39.77 -
YUV 62.3 189.9 101.39 -
System Red Green Blue C M Y K H S L
Decimal 25 60 172 0.85 0.65 0 0.33 225.71 0.75 0.39
Hex 19 3C AC 55 41 0 21 E2 4B 27
Octal 31 74 254 125 101 0 41 342 113 47
Binary 11001 111100 10101100 1010101 1000001 0 100001 11100010 1001011 100111

Color Harmonies of #193CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CAC

Black with #193CAC

Text Example


Text Example

White with #193CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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