Html Css Color HEX #133AAC Egyptian Blue

📋 copy color: '#133AAC'

red 19 ◦ green 58 ◦ blue 172

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

Shades of Egyptian Blue #133AAC

Tints of Egyptian Blue #133AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 7.63%
G = 23.29%
B = 69.08%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#133AAC (or 0x133AAC) is known color: Egyptian Blue. HEX triplet: 13, 3A and AC. RGB value is (19,58,172). Sum of RGB (Red+Green+Blue) = 19+58+172=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #133AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133AAC is #ECC553. Grayscale: #3A3A3A. Windows color (decimal): -15517012 or 11287059. OLE color: 11287059.

HSL color Cylindrical-coordinate representation of color #133AAC: hue angle of 224.71º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133AAC is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 58 172 -
CMYK 0.89 0.66 0 0.33
HSL 224.71º 0.8% 0.37% -
HSV(B) 224.71º 0.89% 0.67% -
XYZ 9.23 6.14 39.73 -
YUV 59.34 191.58 99.23 -
System Red Green Blue C M Y K H S L
Decimal 19 58 172 0.89 0.66 0 0.33 224.71 0.8 0.37
Hex 13 3A AC 59 42 0 21 E1 50 25
Octal 23 72 254 131 102 0 41 341 120 45
Binary 10011 111010 10101100 1011001 1000010 0 100001 11100001 1010000 100101

Color Harmonies of #133AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133AAC

Black with #133AAC

Text Example


Text Example

White with #133AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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