Html Css Color HEX #133394 Egyptian Blue

📋 copy color: '#133394'

red 19 ◦ green 51 ◦ blue 148

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

Shades of Egyptian Blue #133394

Tints of Egyptian Blue #133394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

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

R = 8.72%
G = 23.39%
B = 67.89%

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

#133394 (or 0x133394) is known color: Egyptian Blue. HEX triplet: 13, 33 and 94. RGB value is (19,51,148). Sum of RGB (Red+Green+Blue) = 19+51+148=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #133394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133394 is #ECCC6B. Grayscale: #343434. Windows color (decimal): -15518828 or 9712403. OLE color: 9712403.

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

Color convert

RGB 19 51 148 -
CMYK 0.87 0.66 0 0.42
HSL 225.12º 0.77% 0.33% -
HSV(B) 225.12º 0.87% 0.58% -
XYZ 6.8 4.64 28.56 -
YUV 52.49 181.9 104.11 -
System Red Green Blue C M Y K H S L
Decimal 19 51 148 0.87 0.66 0 0.42 225.12 0.77 0.33
Hex 13 33 94 57 42 0 2A E1 4D 21
Octal 23 63 224 127 102 0 52 341 115 41
Binary 10011 110011 10010100 1010111 1000010 0 101010 11100001 1001101 100001

Color Harmonies of #133394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133394

Black with #133394

Text Example


Text Example

White with #133394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133394; }

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

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

background-color css

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

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

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

border-color css

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

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

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