Html Css Color HEX #193C8D Egyptian Blue

📋 copy color: '#193C8D'

red 25 ◦ green 60 ◦ blue 141

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

Shades of Egyptian Blue #193C8D

Tints of Egyptian Blue #193C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.39%

R = 11.06%
G = 26.55%
B = 62.39%

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

#193C8D (or 0x193C8D) is known color: Egyptian Blue. HEX triplet: 19, 3C and 8D. RGB value is (25,60,141). Sum of RGB (Red+Green+Blue) = 25+60+141=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #193C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C8D is #E6C372. Grayscale: #3A3A3A. Windows color (decimal): -15123315 or 9255961. OLE color: 9255961.

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

Color convert

RGB 25 60 141 -
CMYK 0.82 0.57 0 0.45
HSL 221.9º 0.7% 0.33% -
HSV(B) 221.9º 0.82% 0.55% -
XYZ 6.82 5.36 25.87 -
YUV 58.77 174.4 103.91 -
System Red Green Blue C M Y K H S L
Decimal 25 60 141 0.82 0.57 0 0.45 221.9 0.7 0.33
Hex 19 3C 8D 52 39 0 2D DE 46 21
Octal 31 74 215 122 71 0 55 336 106 41
Binary 11001 111100 10001101 1010010 111001 0 101101 11011110 1000110 100001

Color Harmonies of #193C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C8D

Black with #193C8D

Text Example


Text Example

White with #193C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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