Html Css Color HEX #193C9D Egyptian Blue

📋 copy color: '#193C9D'

red 25 ◦ green 60 ◦ blue 157

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

Shades of Egyptian Blue #193C9D

Tints of Egyptian Blue #193C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.88%

R = 10.33%
G = 24.79%
B = 64.88%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#193C9D (or 0x193C9D) is known color: Egyptian Blue. HEX triplet: 19, 3C and 9D. RGB value is (25,60,157). Sum of RGB (Red+Green+Blue) = 25+60+157=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #193C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C9D is #E6C362. Grayscale: #3C3C3C. Windows color (decimal): -15123299 or 10304537. OLE color: 10304537.

HSL color Cylindrical-coordinate representation of color #193C9D: hue angle of 224.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193C9D is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 60 157 -
CMYK 0.84 0.62 0 0.38
HSL 224.09º 0.73% 0.36% -
HSV(B) 224.09º 0.84% 0.62% -
XYZ 8.1 5.87 32.6 -
YUV 60.59 182.4 102.61 -
System Red Green Blue C M Y K H S L
Decimal 25 60 157 0.84 0.62 0 0.38 224.09 0.73 0.36
Hex 19 3C 9D 54 3E 0 26 E0 49 24
Octal 31 74 235 124 76 0 46 340 111 44
Binary 11001 111100 10011101 1010100 111110 0 100110 11100000 1001001 100100

Color Harmonies of #193C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C9D

Black with #193C9D

Text Example


Text Example

White with #193C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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