Html Css Color HEX #193087 Egyptian Blue

📋 copy color: '#193087'

red 25 ◦ green 48 ◦ blue 135

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

Shades of Egyptian Blue #193087

Tints of Egyptian Blue #193087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

 BLUE value IS 135 (53.13% from 255) = 64.9%

R = 12.02%
G = 23.08%
B = 64.9%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#193087 (or 0x193087) is known color: Egyptian Blue. HEX triplet: 19, 30 and 87. RGB value is (25,48,135). Sum of RGB (Red+Green+Blue) = 25+48+135=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #193087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193087 is #E6CF78. Grayscale: #323232. Windows color (decimal): -15126393 or 8859673. OLE color: 8859673.

HSL color Cylindrical-coordinate representation of color #193087: hue angle of 227.45º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193087 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 48 135 -
CMYK 0.81 0.64 0 0.47
HSL 227.45º 0.69% 0.31% -
HSV(B) 227.45º 0.81% 0.53% -
XYZ 5.83 4.07 23.4 -
YUV 51.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 25 48 135 0.81 0.64 0 0.47 227.45 0.69 0.31
Hex 19 30 87 51 40 0 2F E3 45 1F
Octal 31 60 207 121 100 0 57 343 105 37
Binary 11001 110000 10000111 1010001 1000000 0 101111 11100011 1000101 11111

Color Harmonies of #193087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193087

Black with #193087

Text Example


Text Example

White with #193087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193087; }

 p { color: rgb(25,48,135); }

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

background-color css

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

 a { background-color: rgb(25,48,135); }

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

border-color css

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

 span { border-color: rgb(25,48,135); }

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