Html Css Color HEX #193B9C Egyptian Blue

📋 copy color: '#193B9C'

red 25 ◦ green 59 ◦ blue 156

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

Shades of Egyptian Blue #193B9C

Tints of Egyptian Blue #193B9C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.58%

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

R = 10.42%
G = 24.58%
B = 65%

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

#193B9C (or 0x193B9C) is known color: Egyptian Blue. HEX triplet: 19, 3B and 9C. RGB value is (25,59,156). Sum of RGB (Red+Green+Blue) = 25+59+156=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #193B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193B9C is #E6C463. Grayscale: #3B3B3B. Windows color (decimal): -15123556 or 10238745. OLE color: 10238745.

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

Color convert

RGB 25 59 156 -
CMYK 0.84 0.62 0 0.39
HSL 224.43º 0.72% 0.35% -
HSV(B) 224.43º 0.84% 0.61% -
XYZ 7.97 5.73 32.14 -
YUV 59.89 182.24 103.11 -
System Red Green Blue C M Y K H S L
Decimal 25 59 156 0.84 0.62 0 0.39 224.43 0.72 0.35
Hex 19 3B 9C 54 3E 0 27 E0 48 23
Octal 31 73 234 124 76 0 47 340 110 43
Binary 11001 111011 10011100 1010100 111110 0 100111 11100000 1001000 100011

Color Harmonies of #193B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B9C

Black with #193B9C

Text Example


Text Example

White with #193B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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