Html Css Color HEX #133293 Egyptian Blue

📋 copy color: '#133293'

red 19 ◦ green 50 ◦ blue 147

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

Shades of Egyptian Blue #133293

Tints of Egyptian Blue #133293

RGB

 RED value IS 19 (7.81% from 255) = 8.8%

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 147 (57.81% from 255) = 68.06%

R = 8.8%
G = 23.15%
B = 68.06%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133293 (or 0x133293) is known color: Egyptian Blue. HEX triplet: 13, 32 and 93. RGB value is (19,50,147). Sum of RGB (Red+Green+Blue) = 19+50+147=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #133293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133293 is #ECCD6C. Grayscale: #333333. Windows color (decimal): -15519085 or 9646611. OLE color: 9646611.

HSL color Cylindrical-coordinate representation of color #133293: hue angle of 225.47º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133293 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 50 147 -
CMYK 0.87 0.66 0 0.42
HSL 225.47º 0.77% 0.33% -
HSV(B) 225.47º 0.87% 0.58% -
XYZ 6.68 4.53 28.13 -
YUV 51.79 181.73 104.61 -
System Red Green Blue C M Y K H S L
Decimal 19 50 147 0.87 0.66 0 0.42 225.47 0.77 0.33
Hex 13 32 93 57 42 0 2A E1 4D 21
Octal 23 62 223 127 102 0 52 341 115 41
Binary 10011 110010 10010011 1010111 1000010 0 101010 11100001 1001101 100001

Color Harmonies of #133293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133293

Black with #133293

Text Example


Text Example

White with #133293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133293; }

 p { color: rgb(19,50,147); }

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

background-color css

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

 a { background-color: rgb(19,50,147); }

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

border-color css

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

 span { border-color: rgb(19,50,147); }

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