Html Css Color HEX #193F98 Egyptian Blue

📋 copy color: '#193F98'

red 25 ◦ green 63 ◦ blue 152

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

Shades of Egyptian Blue #193F98

Tints of Egyptian Blue #193F98

RGB

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

 GREEN value IS 63 (25% from 255) = 26.25%

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

R = 10.42%
G = 26.25%
B = 63.33%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#193F98 (or 0x193F98) is known color: Egyptian Blue. HEX triplet: 19, 3F and 98. RGB value is (25,63,152). Sum of RGB (Red+Green+Blue) = 25+63+152=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #193F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F98 is #E6C067. Grayscale: #3D3D3D. Windows color (decimal): -15122536 or 9977625. OLE color: 9977625.

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

Color convert

RGB 25 63 152 -
CMYK 0.84 0.59 0 0.40
HSL 222.05º 0.72% 0.35% -
HSV(B) 222.05º 0.84% 0.6% -
XYZ 7.85 6.03 30.46 -
YUV 61.78 178.91 101.76 -
System Red Green Blue C M Y K H S L
Decimal 25 63 152 0.84 0.59 0 0.40 222.05 0.72 0.35
Hex 19 3F 98 54 3B 0 28 DE 48 23
Octal 31 77 230 124 73 0 50 336 110 43
Binary 11001 111111 10011000 1010100 111011 0 101000 11011110 1001000 100011

Color Harmonies of #193F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F98

Black with #193F98

Text Example


Text Example

White with #193F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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