Html Css Color HEX #133694 Egyptian Blue

📋 copy color: '#133694'

red 19 ◦ green 54 ◦ blue 148

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

Shades of Egyptian Blue #133694

Tints of Egyptian Blue #133694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.43%

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

R = 8.6%
G = 24.43%
B = 66.97%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133694 (or 0x133694) is known color: Egyptian Blue. HEX triplet: 13, 36 and 94. RGB value is (19,54,148). Sum of RGB (Red+Green+Blue) = 19+54+148=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #133694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133694 is #ECC96B. Grayscale: #353535. Windows color (decimal): -15518060 or 9713171. OLE color: 9713171.

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

Color convert

RGB 19 54 148 -
CMYK 0.87 0.64 0 0.42
HSL 223.72º 0.77% 0.33% -
HSV(B) 223.72º 0.87% 0.58% -
XYZ 6.93 4.91 28.6 -
YUV 54.25 180.9 102.86 -
System Red Green Blue C M Y K H S L
Decimal 19 54 148 0.87 0.64 0 0.42 223.72 0.77 0.33
Hex 13 36 94 57 40 0 2A E0 4D 21
Octal 23 66 224 127 100 0 52 340 115 41
Binary 10011 110110 10010100 1010111 1000000 0 101010 11100000 1001101 100001

Color Harmonies of #133694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133694

Black with #133694

Text Example


Text Example

White with #133694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133694; }

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

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

background-color css

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

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

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

border-color css

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

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

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