Html Css Color HEX #133495 Egyptian Blue

📋 copy color: '#133495'

red 19 ◦ green 52 ◦ blue 149

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

Shades of Egyptian Blue #133495

Tints of Egyptian Blue #133495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.64%

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

R = 8.64%
G = 23.64%
B = 67.73%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133495 (or 0x133495) is known color: Egyptian Blue. HEX triplet: 13, 34 and 95. RGB value is (19,52,149). Sum of RGB (Red+Green+Blue) = 19+52+149=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #133495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133495 is #ECCB6A. Grayscale: #343434. Windows color (decimal): -15518571 or 9778195. OLE color: 9778195.

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

Color convert

RGB 19 52 149 -
CMYK 0.87 0.65 0 0.42
HSL 224.77º 0.77% 0.33% -
HSV(B) 224.77º 0.87% 0.58% -
XYZ 6.92 4.76 28.99 -
YUV 53.19 182.07 103.61 -
System Red Green Blue C M Y K H S L
Decimal 19 52 149 0.87 0.65 0 0.42 224.77 0.77 0.33
Hex 13 34 95 57 41 0 2A E1 4D 21
Octal 23 64 225 127 101 0 52 341 115 41
Binary 10011 110100 10010101 1010111 1000001 0 101010 11100001 1001101 100001

Color Harmonies of #133495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133495

Black with #133495

Text Example


Text Example

White with #133495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133495; }

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

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

background-color css

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

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

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

border-color css

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

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

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