Html Css Color HEX #133AA3 Egyptian Blue

📋 copy color: '#133AA3'

red 19 ◦ green 58 ◦ blue 163

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

Shades of Egyptian Blue #133AA3

Tints of Egyptian Blue #133AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 67.92%

R = 7.92%
G = 24.17%
B = 67.92%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#133AA3 (or 0x133AA3) is known color: Egyptian Blue. HEX triplet: 13, 3A and A3. RGB value is (19,58,163). Sum of RGB (Red+Green+Blue) = 19+58+163=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 163 (64.06% from 255 or 67.92% from 240); Max value from RGB is 163 - color contains mainly: blue. Hex color #133AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133AA3 is #ECC55C. Grayscale: #393939. Windows color (decimal): -15517021 or 10697235. OLE color: 10697235.

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

Color convert

RGB 19 58 163 -
CMYK 0.88 0.64 0 0.36
HSL 223.75º 0.79% 0.36% -
HSV(B) 223.75º 0.88% 0.64% -
XYZ 8.39 5.81 35.33 -
YUV 58.31 187.08 99.96 -
System Red Green Blue C M Y K H S L
Decimal 19 58 163 0.88 0.64 0 0.36 223.75 0.79 0.36
Hex 13 3A A3 58 40 0 24 E0 4F 24
Octal 23 72 243 130 100 0 44 340 117 44
Binary 10011 111010 10100011 1011000 1000000 0 100100 11100000 1001111 100100

Color Harmonies of #133AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133AA3

Black with #133AA3

Text Example


Text Example

White with #133AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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