Html Css Color HEX #193898 Egyptian Blue

📋 copy color: '#193898'

red 25 ◦ green 56 ◦ blue 152

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

Shades of Egyptian Blue #193898

Tints of Egyptian Blue #193898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.03%

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

R = 10.73%
G = 24.03%
B = 65.24%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#193898 (or 0x193898) is known color: Egyptian Blue. HEX triplet: 19, 38 and 98. RGB value is (25,56,152). Sum of RGB (Red+Green+Blue) = 25+56+152=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #193898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193898 is #E6C767. Grayscale: #393939. Windows color (decimal): -15124328 or 9975833. OLE color: 9975833.

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

Color convert

RGB 25 56 152 -
CMYK 0.84 0.63 0 0.40
HSL 225.35º 0.72% 0.35% -
HSV(B) 225.35º 0.84% 0.6% -
XYZ 7.48 5.3 30.33 -
YUV 57.68 181.23 104.69 -
System Red Green Blue C M Y K H S L
Decimal 25 56 152 0.84 0.63 0 0.40 225.35 0.72 0.35
Hex 19 38 98 54 3F 0 28 E1 48 23
Octal 31 70 230 124 77 0 50 341 110 43
Binary 11001 111000 10011000 1010100 111111 0 101000 11100001 1001000 100011

Color Harmonies of #193898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193898

Black with #193898

Text Example


Text Example

White with #193898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193898; }

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

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

background-color css

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

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

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

border-color css

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

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

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