Html Css Color HEX #193C9C Egyptian Blue

📋 copy color: '#193C9C'

red 25 ◦ green 60 ◦ blue 156

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

Shades of Egyptian Blue #193C9C

Tints of Egyptian Blue #193C9C

RGB

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

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

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

R = 10.37%
G = 24.9%
B = 64.73%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#193C9C (or 0x193C9C) is known color: Egyptian Blue. HEX triplet: 19, 3C and 9C. RGB value is (25,60,156). Sum of RGB (Red+Green+Blue) = 25+60+156=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #193C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C9C is #E6C363. Grayscale: #3C3C3C. Windows color (decimal): -15123300 or 10239001. OLE color: 10239001.

HSL color Cylindrical-coordinate representation of color #193C9C: hue angle of 223.97º 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 #193C9C is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 60 156 -
CMYK 0.84 0.62 0 0.39
HSL 223.97º 0.72% 0.35% -
HSV(B) 223.97º 0.84% 0.61% -
XYZ 8.02 5.84 32.16 -
YUV 60.48 181.9 102.69 -
System Red Green Blue C M Y K H S L
Decimal 25 60 156 0.84 0.62 0 0.39 223.97 0.72 0.35
Hex 19 3C 9C 54 3E 0 27 E0 48 23
Octal 31 74 234 124 76 0 47 340 110 43
Binary 11001 111100 10011100 1010100 111110 0 100111 11100000 1001000 100011

Color Harmonies of #193C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C9C

Black with #193C9C

Text Example


Text Example

White with #193C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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