Html Css Color HEX #133AA5 Egyptian Blue

📋 copy color: '#133AA5'

red 19 ◦ green 58 ◦ blue 165

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

Shades of Egyptian Blue #133AA5

Tints of Egyptian Blue #133AA5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 165 (64.84% from 255) = 68.18%

R = 7.85%
G = 23.97%
B = 68.18%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#133AA5 (or 0x133AA5) is known color: Egyptian Blue. HEX triplet: 13, 3A and A5. RGB value is (19,58,165). Sum of RGB (Red+Green+Blue) = 19+58+165=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 165 (64.84% from 255 or 68.18% from 242); Max value from RGB is 165 - color contains mainly: blue. Hex color #133AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133AA5 is #ECC55A. Grayscale: #3A3A3A. Windows color (decimal): -15517019 or 10828307. OLE color: 10828307.

HSL color Cylindrical-coordinate representation of color #133AA5: hue angle of 223.97º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133AA5 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 58 165 -
CMYK 0.88 0.65 0 0.35
HSL 223.97º 0.79% 0.36% -
HSV(B) 223.97º 0.88% 0.65% -
XYZ 8.57 5.88 36.28 -
YUV 58.54 188.08 99.8 -
System Red Green Blue C M Y K H S L
Decimal 19 58 165 0.88 0.65 0 0.35 223.97 0.79 0.36
Hex 13 3A A5 58 41 0 23 E0 4F 24
Octal 23 72 245 130 101 0 43 340 117 44
Binary 10011 111010 10100101 1011000 1000001 0 100011 11100000 1001111 100100

Color Harmonies of #133AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133AA5

Black with #133AA5

Text Example


Text Example

White with #133AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133AA5; }

 p { color: rgb(19,58,165); }

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

background-color css

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

 a { background-color: rgb(19,58,165); }

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

border-color css

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

 span { border-color: rgb(19,58,165); }

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