Html Css Color HEX #133294 Egyptian Blue

📋 copy color: '#133294'

red 19 ◦ green 50 ◦ blue 148

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

Shades of Egyptian Blue #133294

Tints of Egyptian Blue #133294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.2%

R = 8.76%
G = 23.04%
B = 68.2%

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

#133294 (or 0x133294) is known color: Egyptian Blue. HEX triplet: 13, 32 and 94. RGB value is (19,50,148). Sum of RGB (Red+Green+Blue) = 19+50+148=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #133294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133294 is #ECCD6B. Grayscale: #333333. Windows color (decimal): -15519084 or 9712147. OLE color: 9712147.

HSL color Cylindrical-coordinate representation of color #133294: hue angle of 225.58º 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 #133294 is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 50 148 -
CMYK 0.87 0.66 0 0.42
HSL 225.58º 0.77% 0.33% -
HSV(B) 225.58º 0.87% 0.58% -
XYZ 6.75 4.56 28.54 -
YUV 51.9 182.23 104.53 -
System Red Green Blue C M Y K H S L
Decimal 19 50 148 0.87 0.66 0 0.42 225.58 0.77 0.33
Hex 13 32 94 57 42 0 2A E2 4D 21
Octal 23 62 224 127 102 0 52 342 115 41
Binary 10011 110010 10010100 1010111 1000010 0 101010 11100010 1001101 100001

Color Harmonies of #133294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133294

Black with #133294

Text Example


Text Example

White with #133294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133294; }

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

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

background-color css

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

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

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

border-color css

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

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

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