Html Css Color HEX #193CAD Egyptian Blue

📋 copy color: '#193CAD'

red 25 ◦ green 60 ◦ blue 173

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

Shades of Egyptian Blue #193CAD

Tints of Egyptian Blue #193CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.05%

R = 9.69%
G = 23.26%
B = 67.05%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#193CAD (or 0x193CAD) is known color: Egyptian Blue. HEX triplet: 19, 3C and AD. RGB value is (25,60,173). Sum of RGB (Red+Green+Blue) = 25+60+173=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #193CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193CAD is #E6C352. Grayscale: #3D3D3D. Windows color (decimal): -15123283 or 11353113. OLE color: 11353113.

HSL color Cylindrical-coordinate representation of color #193CAD: hue angle of 225.81º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193CAD is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 60 173 -
CMYK 0.86 0.65 0 0.32
HSL 225.81º 0.75% 0.39% -
HSV(B) 225.81º 0.86% 0.68% -
XYZ 9.56 6.46 40.28 -
YUV 62.42 190.4 101.31 -
System Red Green Blue C M Y K H S L
Decimal 25 60 173 0.86 0.65 0 0.32 225.81 0.75 0.39
Hex 19 3C AD 56 41 0 20 E2 4B 27
Octal 31 74 255 126 101 0 40 342 113 47
Binary 11001 111100 10101101 1010110 1000001 0 100000 11100010 1001011 100111

Color Harmonies of #193CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CAD

Black with #193CAD

Text Example


Text Example

White with #193CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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