Html Css Color HEX #193F9C Egyptian Blue

📋 copy color: '#193F9C'

red 25 ◦ green 63 ◦ blue 156

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

Shades of Egyptian Blue #193F9C

Tints of Egyptian Blue #193F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.93%

R = 10.25%
G = 25.82%
B = 63.93%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#193F9C (or 0x193F9C) is known color: Egyptian Blue. HEX triplet: 19, 3F and 9C. RGB value is (25,63,156). Sum of RGB (Red+Green+Blue) = 25+63+156=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #193F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193F9C is #E6C063. Grayscale: #3D3D3D. Windows color (decimal): -15122532 or 10239769. OLE color: 10239769.

HSL color Cylindrical-coordinate representation of color #193F9C: hue angle of 222.6º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193F9C is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 63 156 -
CMYK 0.84 0.60 0 0.39
HSL 222.6º 0.72% 0.35% -
HSV(B) 222.6º 0.84% 0.61% -
XYZ 8.18 6.16 32.21 -
YUV 62.24 180.91 101.44 -
System Red Green Blue C M Y K H S L
Decimal 25 63 156 0.84 0.60 0 0.39 222.6 0.72 0.35
Hex 19 3F 9C 54 3C 0 27 DF 48 23
Octal 31 77 234 124 74 0 47 337 110 43
Binary 11001 111111 10011100 1010100 111100 0 100111 11011111 1001000 100011

Color Harmonies of #193F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F9C

Black with #193F9C

Text Example


Text Example

White with #193F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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