Html Css Color HEX #193E9C Egyptian Blue

📋 copy color: '#193E9C'

red 25 ◦ green 62 ◦ blue 156

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

Shades of Egyptian Blue #193E9C

Tints of Egyptian Blue #193E9C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.51%

 BLUE value IS 156 (61.33% from 255) = 64.2%

R = 10.29%
G = 25.51%
B = 64.2%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#193E9C (or 0x193E9C) is known color: Egyptian Blue. HEX triplet: 19, 3E and 9C. RGB value is (25,62,156). Sum of RGB (Red+Green+Blue) = 25+62+156=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #193E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193E9C is #E6C163. Grayscale: #3D3D3D. Windows color (decimal): -15122788 or 10239513. OLE color: 10239513.

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

Color convert

RGB 25 62 156 -
CMYK 0.84 0.60 0 0.39
HSL 223.05º 0.72% 0.35% -
HSV(B) 223.05º 0.84% 0.61% -
XYZ 8.12 6.05 32.19 -
YUV 61.65 181.24 101.86 -
System Red Green Blue C M Y K H S L
Decimal 25 62 156 0.84 0.60 0 0.39 223.05 0.72 0.35
Hex 19 3E 9C 54 3C 0 27 DF 48 23
Octal 31 76 234 124 74 0 47 337 110 43
Binary 11001 111110 10011100 1010100 111100 0 100111 11011111 1001000 100011

Color Harmonies of #193E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193E9C

Black with #193E9C

Text Example


Text Example

White with #193E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,62,156); }

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

background-color css

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

 a { background-color: rgb(25,62,156); }

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

border-color css

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

 span { border-color: rgb(25,62,156); }

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