Html Css Color HEX #193B9E Egyptian Blue

📋 copy color: '#193B9E'

red 25 ◦ green 59 ◦ blue 158

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

Shades of Egyptian Blue #193B9E

Tints of Egyptian Blue #193B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.29%

R = 10.33%
G = 24.38%
B = 65.29%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#193B9E (or 0x193B9E) is known color: Egyptian Blue. HEX triplet: 19, 3B and 9E. RGB value is (25,59,158). Sum of RGB (Red+Green+Blue) = 25+59+158=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #193B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193B9E is #E6C461. Grayscale: #3B3B3B. Windows color (decimal): -15123554 or 10369817. OLE color: 10369817.

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

Color convert

RGB 25 59 158 -
CMYK 0.84 0.63 0 0.38
HSL 224.66º 0.73% 0.36% -
HSV(B) 224.66º 0.84% 0.62% -
XYZ 8.14 5.8 33.04 -
YUV 60.12 183.24 102.95 -
System Red Green Blue C M Y K H S L
Decimal 25 59 158 0.84 0.63 0 0.38 224.66 0.73 0.36
Hex 19 3B 9E 54 3F 0 26 E1 49 24
Octal 31 73 236 124 77 0 46 341 111 44
Binary 11001 111011 10011110 1010100 111111 0 100110 11100001 1001001 100100

Color Harmonies of #193B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B9E

Black with #193B9E

Text Example


Text Example

White with #193B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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