Html Css Color HEX #193F9A Egyptian Blue

📋 copy color: '#193F9A'

red 25 ◦ green 63 ◦ blue 154

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

Shades of Egyptian Blue #193F9A

Tints of Egyptian Blue #193F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 10.33%
G = 26.03%
B = 63.64%

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

#193F9A (or 0x193F9A) is known color: Egyptian Blue. HEX triplet: 19, 3F and 9A. RGB value is (25,63,154). Sum of RGB (Red+Green+Blue) = 25+63+154=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #193F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F9A is #E6C065. Grayscale: #3D3D3D. Windows color (decimal): -15122534 or 10108697. OLE color: 10108697.

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

Color convert

RGB 25 63 154 -
CMYK 0.84 0.59 0 0.40
HSL 222.33º 0.72% 0.35% -
HSV(B) 222.33º 0.84% 0.6% -
XYZ 8.01 6.09 31.33 -
YUV 62.01 179.91 101.6 -
System Red Green Blue C M Y K H S L
Decimal 25 63 154 0.84 0.59 0 0.40 222.33 0.72 0.35
Hex 19 3F 9A 54 3B 0 28 DE 48 23
Octal 31 77 232 124 73 0 50 336 110 43
Binary 11001 111111 10011010 1010100 111011 0 101000 11011110 1001000 100011

Color Harmonies of #193F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F9A

Black with #193F9A

Text Example


Text Example

White with #193F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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