Html Css Color HEX #133499 Egyptian Blue

📋 copy color: '#133499'

red 19 ◦ green 52 ◦ blue 153

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

Shades of Egyptian Blue #133499

Tints of Egyptian Blue #133499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68.3%

R = 8.48%
G = 23.21%
B = 68.3%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#133499 (or 0x133499) is known color: Egyptian Blue. HEX triplet: 13, 34 and 99. RGB value is (19,52,153). Sum of RGB (Red+Green+Blue) = 19+52+153=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #133499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133499 is #ECCB66. Grayscale: #353535. Windows color (decimal): -15518567 or 10040339. OLE color: 10040339.

HSL color Cylindrical-coordinate representation of color #133499: hue angle of 225.22º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133499 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 52 153 -
CMYK 0.88 0.66 0 0.4
HSL 225.22º 0.78% 0.34% -
HSV(B) 225.22º 0.88% 0.6% -
XYZ 7.25 4.89 30.7 -
YUV 53.65 184.07 103.29 -
System Red Green Blue C M Y K H S L
Decimal 19 52 153 0.88 0.66 0 0.4 225.22 0.78 0.34
Hex 13 34 99 58 42 0 28 E1 4E 22
Octal 23 64 231 130 102 0 50 341 116 42
Binary 10011 110100 10011001 1011000 1000010 0 101000 11100001 1001110 100010

Color Harmonies of #133499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133499

Black with #133499

Text Example


Text Example

White with #133499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133499; }

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

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

background-color css

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

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

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

border-color css

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

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

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