Html Css Color HEX #133595 Egyptian Blue

📋 copy color: '#133595'

red 19 ◦ green 53 ◦ blue 149

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

Shades of Egyptian Blue #133595

Tints of Egyptian Blue #133595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 149 (58.59% from 255) = 67.42%

R = 8.6%
G = 23.98%
B = 67.42%

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

#133595 (or 0x133595) is known color: Egyptian Blue. HEX triplet: 13, 35 and 95. RGB value is (19,53,149). Sum of RGB (Red+Green+Blue) = 19+53+149=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #133595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133595 is #ECCA6A. Grayscale: #353535. Windows color (decimal): -15518315 or 9778451. OLE color: 9778451.

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

Color convert

RGB 19 53 149 -
CMYK 0.87 0.64 0 0.42
HSL 224.31º 0.77% 0.33% -
HSV(B) 224.31º 0.87% 0.58% -
XYZ 6.97 4.85 29 -
YUV 53.78 181.74 103.19 -
System Red Green Blue C M Y K H S L
Decimal 19 53 149 0.87 0.64 0 0.42 224.31 0.77 0.33
Hex 13 35 95 57 40 0 2A E0 4D 21
Octal 23 65 225 127 100 0 52 340 115 41
Binary 10011 110101 10010101 1010111 1000000 0 101010 11100000 1001101 100001

Color Harmonies of #133595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133595

Black with #133595

Text Example


Text Example

White with #133595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133595; }

 p { color: rgb(19,53,149); }

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

background-color css

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

 a { background-color: rgb(19,53,149); }

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

border-color css

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

 span { border-color: rgb(19,53,149); }

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