Html Css Color HEX #192598 Egyptian Blue

📋 copy color: '#192598'

red 25 ◦ green 37 ◦ blue 152

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

Shades of Egyptian Blue #192598

Tints of Egyptian Blue #192598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

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

R = 11.68%
G = 17.29%
B = 71.03%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#192598 (or 0x192598) is known color: Egyptian Blue. HEX triplet: 19, 25 and 98. RGB value is (25,37,152). Sum of RGB (Red+Green+Blue) = 25+37+152=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #192598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192598 is #E6DA67. Grayscale: #2E2E2E. Windows color (decimal): -15129192 or 9970969. OLE color: 9970969.

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

Color convert

RGB 25 37 152 -
CMYK 0.84 0.76 0 0.40
HSL 234.33º 0.72% 0.35% -
HSV(B) 234.33º 0.84% 0.6% -
XYZ 6.73 3.8 30.08 -
YUV 46.52 187.52 112.65 -
System Red Green Blue C M Y K H S L
Decimal 25 37 152 0.84 0.76 0 0.40 234.33 0.72 0.35
Hex 19 25 98 54 4C 0 28 EA 48 23
Octal 31 45 230 124 114 0 50 352 110 43
Binary 11001 100101 10011000 1010100 1001100 0 101000 11101010 1001000 100011

Color Harmonies of #192598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192598

Black with #192598

Text Example


Text Example

White with #192598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192598; }

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

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

background-color css

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

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

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

border-color css

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

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

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