Html Css Color HEX #193C8C Egyptian Blue

📋 copy color: '#193C8C'

red 25 ◦ green 60 ◦ blue 140

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

Shades of Egyptian Blue #193C8C

Tints of Egyptian Blue #193C8C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.67%

 BLUE value IS 140 (55.08% from 255) = 62.22%

R = 11.11%
G = 26.67%
B = 62.22%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#193C8C (or 0x193C8C) is known color: Egyptian Blue. HEX triplet: 19, 3C and 8C. RGB value is (25,60,140). Sum of RGB (Red+Green+Blue) = 25+60+140=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #193C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C8C is #E6C373. Grayscale: #3A3A3A. Windows color (decimal): -15123316 or 9190425. OLE color: 9190425.

HSL color Cylindrical-coordinate representation of color #193C8C: hue angle of 221.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193C8C is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 60 140 -
CMYK 0.82 0.57 0 0.45
HSL 221.74º 0.7% 0.32% -
HSV(B) 221.74º 0.82% 0.55% -
XYZ 6.75 5.33 25.48 -
YUV 58.66 173.9 104 -
System Red Green Blue C M Y K H S L
Decimal 25 60 140 0.82 0.57 0 0.45 221.74 0.7 0.32
Hex 19 3C 8C 52 39 0 2D DE 46 20
Octal 31 74 214 122 71 0 55 336 106 40
Binary 11001 111100 10001100 1010010 111001 0 101101 11011110 1000110 100000

Color Harmonies of #193C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C8C

Black with #193C8C

Text Example


Text Example

White with #193C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,60,140); }

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

background-color css

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

 a { background-color: rgb(25,60,140); }

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

border-color css

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

 span { border-color: rgb(25,60,140); }

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