Html Css Color HEX #133899 Egyptian Blue

📋 copy color: '#133899'

red 19 ◦ green 56 ◦ blue 153

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

Shades of Egyptian Blue #133899

Tints of Egyptian Blue #133899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.56%

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

R = 8.33%
G = 24.56%
B = 67.11%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#133899 (or 0x133899) is known color: Egyptian Blue. HEX triplet: 13, 38 and 99. RGB value is (19,56,153). Sum of RGB (Red+Green+Blue) = 19+56+153=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #133899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133899 is #ECC766. Grayscale: #373737. Windows color (decimal): -15517543 or 10041363. OLE color: 10041363.

HSL color Cylindrical-coordinate representation of color #133899: hue angle of 223.43º 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 #133899 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 56 153 -
CMYK 0.88 0.63 0 0.4
HSL 223.43º 0.78% 0.34% -
HSV(B) 223.43º 0.88% 0.6% -
XYZ 7.43 5.27 30.76 -
YUV 56 182.74 101.61 -
System Red Green Blue C M Y K H S L
Decimal 19 56 153 0.88 0.63 0 0.4 223.43 0.78 0.34
Hex 13 38 99 58 3F 0 28 DF 4E 22
Octal 23 70 231 130 77 0 50 337 116 42
Binary 10011 111000 10011001 1011000 111111 0 101000 11011111 1001110 100010

Color Harmonies of #133899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133899

Black with #133899

Text Example


Text Example

White with #133899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133899; }

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

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

background-color css

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

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

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

border-color css

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

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

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