Html Css Color HEX #193398 Egyptian Blue

📋 copy color: '#193398'

red 25 ◦ green 51 ◦ blue 152

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

Shades of Egyptian Blue #193398

Tints of Egyptian Blue #193398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.37%

 BLUE value IS 152 (59.77% from 255) = 66.67%

R = 10.96%
G = 22.37%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#193398 (or 0x193398) is known color: Egyptian Blue. HEX triplet: 19, 33 and 98. RGB value is (25,51,152). Sum of RGB (Red+Green+Blue) = 25+51+152=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #193398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193398 is #E6CC67. Grayscale: #363636. Windows color (decimal): -15125608 or 9974553. OLE color: 9974553.

HSL color Cylindrical-coordinate representation of color #193398: hue angle of 227.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 #193398 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 51 152 -
CMYK 0.84 0.66 0 0.40
HSL 227.72º 0.72% 0.35% -
HSV(B) 227.72º 0.84% 0.6% -
XYZ 7.25 4.84 30.26 -
YUV 54.74 182.89 106.79 -
System Red Green Blue C M Y K H S L
Decimal 25 51 152 0.84 0.66 0 0.40 227.72 0.72 0.35
Hex 19 33 98 54 42 0 28 E4 48 23
Octal 31 63 230 124 102 0 50 344 110 43
Binary 11001 110011 10011000 1010100 1000010 0 101000 11100100 1001000 100011

Color Harmonies of #193398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193398

Black with #193398

Text Example


Text Example

White with #193398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193398; }

 p { color: rgb(25,51,152); }

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

background-color css

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

 a { background-color: rgb(25,51,152); }

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

border-color css

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

 span { border-color: rgb(25,51,152); }

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