Html Css Color HEX #193C9A Egyptian Blue

📋 copy color: '#193C9A'

red 25 ◦ green 60 ◦ blue 154

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

Shades of Egyptian Blue #193C9A

Tints of Egyptian Blue #193C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 64.44%

R = 10.46%
G = 25.1%
B = 64.44%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#193C9A (or 0x193C9A) is known color: Egyptian Blue. HEX triplet: 19, 3C and 9A. RGB value is (25,60,154). Sum of RGB (Red+Green+Blue) = 25+60+154=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #193C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C9A is #E6C365. Grayscale: #3B3B3B. Windows color (decimal): -15123302 or 10107929. OLE color: 10107929.

HSL color Cylindrical-coordinate representation of color #193C9A: hue angle of 223.72º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193C9A is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 60 154 -
CMYK 0.84 0.61 0 0.40
HSL 223.72º 0.72% 0.35% -
HSV(B) 223.72º 0.84% 0.6% -
XYZ 7.85 5.77 31.27 -
YUV 60.25 180.9 102.86 -
System Red Green Blue C M Y K H S L
Decimal 25 60 154 0.84 0.61 0 0.40 223.72 0.72 0.35
Hex 19 3C 9A 54 3D 0 28 E0 48 23
Octal 31 74 232 124 75 0 50 340 110 43
Binary 11001 111100 10011010 1010100 111101 0 101000 11100000 1001000 100011

Color Harmonies of #193C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C9A

Black with #193C9A

Text Example


Text Example

White with #193C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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